#55906A

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

Shades of Ocean Green #55906A

Tints of Ocean Green #55906A

Color information

#55906A (or 0x55906A) is unknown color: approx Ocean Green. HEX triplet: 55, 90 and 6A. RGB value is (85,144,106). Sum of RGB (Red+Green+Blue) = 85+144+106=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #55906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55906A is #AA6F95. Grayscale: #7A7A7A. Windows color (decimal): -11169686 or 6983765. OLE color: 6983765.

HSL color Cylindrical-coordinate representation of color #55906A: hue angle of 141.36º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55906A is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB85144106-
CMYK0.4100.260.44
HSL141.36º25.76%44.9%-
HSV(B)141.36º40.97%56.47%-
XYZ16.3222.9217.2-
YUV122.03118.95101.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=25.37%
G=42.99%
B=31.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851441060.4100.260.44141.3625.7644.9
Hex55906A2901A2C8d1a2d
Octal12522015251032542153255
Binary10101011001000011010101010010110101011001000110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55906A; }

 p { color: rgb(85,144,106); }

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

<style>
 a { background-color: #55906A; }

 a { background-color: rgb(85,144,106); }

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

<style>
 span { border-color: #55906A; }

 span { border-color: rgb(85,144,106); }

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