Html Css Color HEX #559C71 Ocean Green

📋 copy color: '#559C71'

red 85 ◦ green 156 ◦ blue 113

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

Shades of Ocean Green #559C71

Tints of Ocean Green #559C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.07%

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 24.01%
G = 44.07%
B = 31.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#559C71 (or 0x559C71) is known color: Ocean Green. HEX triplet: 55, 9C and 71. RGB value is (85,156,113). Sum of RGB (Red+Green+Blue) = 85+156+113=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #559C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C71 is #AA638E. Grayscale: #818181. Windows color (decimal): -11166607 or 7445589. OLE color: 7445589.

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

Color convert

RGB 85 156 113 -
CMYK 0.46 0 0.28 0.39
HSL 143.66º 0.29% 0.47% -
HSV(B) 143.66º 0.46% 0.61% -
XYZ 18.62 26.9 19.83 -
YUV 129.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 85 156 113 0.46 0 0.28 0.39 143.66 0.29 0.47
Hex 55 9C 71 2E 0 1C 27 90 1D 2F
Octal 125 234 161 56 0 34 47 220 35 57
Binary 1010101 10011100 1110001 101110 0 11100 100111 10010000 11101 101111

Color Harmonies of #559C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C71

Black with #559C71

Text Example


Text Example

White with #559C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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