#55B372

Color #55B372 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #55B372

Tints of Ocean Green #55B372

Color information

#55B372 (or 0x55B372) is unknown color: approx Ocean Green. HEX triplet: 55, B3 and 72. RGB value is (85,179,114). Sum of RGB (Red+Green+Blue) = 85+179+114=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #55B372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B372 is #AA4C8D. Grayscale: #8F8F8F. Windows color (decimal): -11160718 or 7517013. OLE color: 7517013.

HSL color Cylindrical-coordinate representation of color #55B372: hue angle of 138.51º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B372 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB85179114-
CMYK0.5300.360.30
HSL138.51º38.21%51.76%-
HSV(B)138.51º52.51%70.2%-
XYZ22.935.3921.54-
YUV143.48111.3686.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 179 (70.31% from 255) = 47.35%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=22.49%
G=47.35%
B=30.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851791140.5300.360.30138.5138.2151.76
Hex55B372350241E8b2634
Octal12526316265044362134664
Binary101010110110011111001011010101001001111010001011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55B372; }

 p { color: rgb(85,179,114); }

 H1.HeaderClassName
 {
   color: #55B372;
 }
 .AnyTagClassName
 {
   color: #55B372;
 }
</style>
background-color css

<style>
 a { background-color: #55B372; }

 a { background-color: rgb(85,179,114); }

 div.DivClassName
 {
   background-color: #55B372;
 }
 .BgClassName
 {
   background-color: #55B372;
 }
</style>
border-color css

<style>
 span { border-color: #55B372; }

 span { border-color: rgb(85,179,114); }

 td.TdClassName
 {
   border-color: #55B372;
 }
 .TagClassName
 {
   border-color: #55B372;
 }
</style>