Html Css Color HEX #559C74 Ocean Green

📋 copy color: '#559C74'

red 85 ◦ green 156 ◦ blue 116

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

Shades of Ocean Green #559C74

Tints of Ocean Green #559C74

RGB

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

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

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

R = 23.81%
G = 43.7%
B = 32.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#559C74 (or 0x559C74) is known color: Ocean Green. HEX triplet: 55, 9C and 74. RGB value is (85,156,116). Sum of RGB (Red+Green+Blue) = 85+156+116=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #559C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C74 is #AA638B. Grayscale: #828282. Windows color (decimal): -11166604 or 7642197. OLE color: 7642197.

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

Color convert

RGB 85 156 116 -
CMYK 0.46 0 0.26 0.39
HSL 146.2º 0.29% 0.47% -
HSV(B) 146.2º 0.46% 0.61% -
XYZ 18.79 26.97 20.74 -
YUV 130.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 85 156 116 0.46 0 0.26 0.39 146.2 0.29 0.47
Hex 55 9C 74 2E 0 1A 27 92 1D 2F
Octal 125 234 164 56 0 32 47 222 35 57
Binary 1010101 10011100 1110100 101110 0 11010 100111 10010010 11101 101111

Color Harmonies of #559C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C74

Black with #559C74

Text Example


Text Example

White with #559C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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