#55B679

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

Shades of Ocean Green #55B679

Tints of Ocean Green #55B679

Color information

#55B679 (or 0x55B679) is unknown color: approx Ocean Green. HEX triplet: 55, B6 and 79. RGB value is (85,182,121). Sum of RGB (Red+Green+Blue) = 85+182+121=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #55B679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B679 is #AA4986. Grayscale: #929292. Windows color (decimal): -11159943 or 7976533. OLE color: 7976533.

HSL color Cylindrical-coordinate representation of color #55B679: hue angle of 142.27º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B679 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB85182121-
CMYK0.5300.340.29
HSL142.27º39.92%52.35%-
HSV(B)142.27º53.3%71.37%-
XYZ23.9336.7723.93-
YUV146.04113.8684.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=21.91%
G=46.91%
B=31.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821210.5300.340.29142.2739.9252.35
Hex55B679350221D8e2834
Octal12526617165042352165064
Binary101010110110110111100111010101000101110110001110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,182,121); }

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

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

 a { background-color: rgb(85,182,121); }

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

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

 span { border-color: rgb(85,182,121); }

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