Html Css Color HEX #559E74 Ocean Green

📋 copy color: '#559E74'

red 85 ◦ green 158 ◦ blue 116

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

Shades of Ocean Green #559E74

Tints of Ocean Green #559E74

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.01%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 23.68%
G = 44.01%
B = 32.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#559E74 (or 0x559E74) is known color: Ocean Green. HEX triplet: 55, 9E and 74. RGB value is (85,158,116). Sum of RGB (Red+Green+Blue) = 85+158+116=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #559E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E74 is #AA618B. Grayscale: #838383. Windows color (decimal): -11166092 or 7642709. OLE color: 7642709.

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

Color convert

RGB 85 158 116 -
CMYK 0.46 0 0.27 0.38
HSL 145.48º 0.3% 0.48% -
HSV(B) 145.48º 0.46% 0.62% -
XYZ 19.13 27.65 20.85 -
YUV 131.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 85 158 116 0.46 0 0.27 0.38 145.48 0.3 0.48
Hex 55 9E 74 2E 0 1B 26 91 1E 30
Octal 125 236 164 56 0 33 46 221 36 60
Binary 1010101 10011110 1110100 101110 0 11011 100110 10010001 11110 110000

Color Harmonies of #559E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E74

Black with #559E74

Text Example


Text Example

White with #559E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,158,116); }

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

background-color css

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

 a { background-color: rgb(85,158,116); }

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

border-color css

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

 span { border-color: rgb(85,158,116); }

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