#559C6A

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

Shades of Ocean Green #559C6A

Tints of Ocean Green #559C6A

Color information

#559C6A (or 0x559C6A) is unknown color: approx Ocean Green. HEX triplet: 55, 9C and 6A. RGB value is (85,156,106). Sum of RGB (Red+Green+Blue) = 85+156+106=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #559C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C6A is #AA6395. Grayscale: #818181. Windows color (decimal): -11166614 or 6986837. OLE color: 6986837.

HSL color Cylindrical-coordinate representation of color #559C6A: hue angle of 137.75º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C6A is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB85156106-
CMYK0.4600.320.39
HSL137.75º29.46%47.25%-
HSV(B)137.75º45.51%61.18%-
XYZ18.2426.7517.84-
YUV129.07114.9896.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=24.50%
G=44.96%
B=30.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851561060.4600.320.39137.7529.4647.25
Hex559C6A2E020278a1d2f
Octal12523415256040472123557
Binary101010110011100110101010111001000001001111000101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559C6A; }

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

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

<style>
 a { background-color: #559C6A; }

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

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

<style>
 span { border-color: #559C6A; }

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

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