#55AB69

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

Shades of Ocean Green #55AB69

Tints of Ocean Green #55AB69

Color information

#55AB69 (or 0x55AB69) is unknown color: approx Ocean Green. HEX triplet: 55, AB and 69. RGB value is (85,171,105). Sum of RGB (Red+Green+Blue) = 85+171+105=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB69 is #AA5496. Grayscale: #898989. Windows color (decimal): -11162775 or 6925141. OLE color: 6925141.

HSL color Cylindrical-coordinate representation of color #55AB69: hue angle of 133.95º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AB69 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB85171105-
CMYK0.5000.390.33
HSL133.95º33.86%50.2%-
HSV(B)133.95º50.29%67.06%-
XYZ20.8632.0818.46-
YUV137.76109.5190.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 171 (67.19% from 255) = 47.37%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=23.55%
G=47.37%
B=29.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851711050.5000.390.33133.9533.8650.2
Hex55AB693202721862232
Octal12525315162047412064262
Binary1010101101010111101001110010010011110000110000110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,171,105); }

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

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

 a { background-color: rgb(85,171,105); }

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

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

 span { border-color: rgb(85,171,105); }

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