#559C7B

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

Shades of Ocean Green #559C7B

Tints of Ocean Green #559C7B

Color information

#559C7B (or 0x559C7B) is unknown color: approx Ocean Green. HEX triplet: 55, 9C and 7B. RGB value is (85,156,123). Sum of RGB (Red+Green+Blue) = 85+156+123=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #559C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C7B is #AA6384. Grayscale: #838383. Windows color (decimal): -11166597 or 8100949. OLE color: 8100949.

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

Color convert

RGB85156123-
CMYK0.4600.210.39
HSL152.11º29.46%47.25%-
HSV(B)152.11º45.51%61.18%-
XYZ19.2127.1422.96-
YUV131.01123.4895.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 156 (61.33% from 255) = 42.86%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=23.35%
G=42.86%
B=33.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851561230.4600.210.39152.1129.4647.25
Hex559C7B2E01527981d2f
Octal12523417356025472303557
Binary10101011001110011110111011100101011001111001100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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