Html Css Color HEX #559F70 Ocean Green

📋 copy color: '#559F70'

red 85 ◦ green 159 ◦ blue 112

#559F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #559F70

Tints of Ocean Green #559F70

RGB

 RED value IS 85 (33.59% from 255) = 23.88%

 GREEN value IS 159 (62.5% from 255) = 44.66%

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 23.88%
G = 44.66%
B = 31.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#559F70 (or 0x559F70) is known color: Ocean Green. HEX triplet: 55, 9F and 70. RGB value is (85,159,112). Sum of RGB (Red+Green+Blue) = 85+159+112=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #559F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F70 is #AA608F. Grayscale: #838383. Windows color (decimal): -11165840 or 7380821. OLE color: 7380821.

HSL color Cylindrical-coordinate representation of color #559F70: hue angle of 141.89º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F70 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 159 112 -
CMYK 0.47 0 0.30 0.38
HSL 141.89º 0.3% 0.48% -
HSV(B) 141.89º 0.47% 0.62% -
XYZ 19.07 27.9 19.71 -
YUV 131.52 116.98 94.82 -
System Red Green Blue C M Y K H S L
Decimal 85 159 112 0.47 0 0.30 0.38 141.89 0.3 0.48
Hex 55 9F 70 2F 0 1E 26 8E 1E 30
Octal 125 237 160 57 0 36 46 216 36 60
Binary 1010101 10011111 1110000 101111 0 11110 100110 10001110 11110 110000

Color Harmonies of #559F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F70

Black with #559F70

Text Example


Text Example

White with #559F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,159,112); }

 H1.HeaderClassName
 {
   color: #559F70;
 }
 .AnyTagClassName
 {
   color: #559F70;
 }
</style>

background-color css

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

 a { background-color: rgb(85,159,112); }

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

border-color css

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

 span { border-color: rgb(85,159,112); }

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