#55b06c

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

Shades of Ocean Green #55B06C

Tints of Ocean Green #55B06C

Color information

#55B06C (or 0x55B06C) is unknown color: approx Ocean Green. HEX triplet: 55, B0 and 6C. RGB value is (85,176,108). Sum of RGB (Red+Green+Blue) = 85+176+108=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #55B06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B06C is #AA4F93. Grayscale: #8D8D8D. Windows color (decimal): -11161492 or 7123029. OLE color: 7123029.

HSL color Cylindrical-coordinate representation of color #55B06C: hue angle of 135.16º 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 #55B06C is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB85176108-
CMYK0.5200.390.31
HSL135.16º36.55%51.18%-
HSV(B)135.16º51.7%69.02%-
XYZ21.9834.0619.6-
YUV141.04109.3588.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 176 (69.14% from 255) = 47.70%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=23.04%
G=47.70%
B=29.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851761080.5200.390.31135.1636.5551.18
Hex55B06C340271F872533
Octal12526015464047372074563
Binary101010110110000110110011010001001111111110000111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55b06c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,176,108); }

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

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

 a { background-color: rgb(85,176,108); }

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

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

 span { border-color: rgb(85,176,108); }

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