#55B272

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

Shades of Ocean Green #55B272

Tints of Ocean Green #55B272

Color information

#55B272 (or 0x55B272) is unknown color: approx Ocean Green. HEX triplet: 55, B2 and 72. RGB value is (85,178,114). Sum of RGB (Red+Green+Blue) = 85+178+114=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #55B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B272 is #AA4D8D. Grayscale: #8F8F8F. Windows color (decimal): -11160974 or 7516757. OLE color: 7516757.

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

Color convert

RGB85178114-
CMYK0.5200.360.30
HSL138.71º37.65%51.57%-
HSV(B)138.71º52.25%69.8%-
XYZ22.734.9921.48-
YUV142.9111.6986.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 178 (69.92% from 255) = 47.21%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=22.55%
G=47.21%
B=30.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851781140.5200.360.30138.7137.6551.57
Hex55B272340241E8b2634
Octal12526216264044362134664
Binary101010110110010111001011010001001001111010001011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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