#559C6B

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

Shades of Ocean Green #559C6B

Tints of Ocean Green #559C6B

Color information

#559C6B (or 0x559C6B) is unknown color: approx Ocean Green. HEX triplet: 55, 9C and 6B. RGB value is (85,156,107). Sum of RGB (Red+Green+Blue) = 85+156+107=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #559C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C6B is #AA6394. Grayscale: #818181. Windows color (decimal): -11166613 or 7052373. OLE color: 7052373.

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

Color convert

RGB85156107-
CMYK0.4600.310.39
HSL138.59º29.46%47.25%-
HSV(B)138.59º45.51%61.18%-
XYZ18.2926.7718.11-
YUV129.18115.4896.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=24.43%
G=44.83%
B=30.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851561070.4600.310.39138.5929.4647.25
Hex559C6B2E01F278b1d2f
Octal12523415356037472133557
Binary10101011001110011010111011100111111001111000101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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