#55B16E

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

Shades of Ocean Green #55B16E

Tints of Ocean Green #55B16E

Color information

#55B16E (or 0x55B16E) is unknown color: approx Ocean Green. HEX triplet: 55, B1 and 6E. RGB value is (85,177,110). Sum of RGB (Red+Green+Blue) = 85+177+110=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #55B16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B16E is #AA4E91. Grayscale: #8E8E8E. Windows color (decimal): -11161234 or 7254357. OLE color: 7254357.

HSL color Cylindrical-coordinate representation of color #55B16E: hue angle of 136.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B16E is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB85177110-
CMYK0.5200.380.31
HSL136.3º37.1%51.37%-
HSV(B)136.3º51.98%69.41%-
XYZ22.2834.520.24-
YUV141.85110.0287.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=22.85%
G=47.58%
B=29.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851771100.5200.380.31136.337.151.37
Hex55B16E340261F882533
Octal12526115664046372104563
Binary101010110110001110111011010001001101111110001000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,177,110); }

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

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

 a { background-color: rgb(85,177,110); }

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

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

 span { border-color: rgb(85,177,110); }

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