Html Css Color HEX #559C7C Ocean Green

📋 copy color: '#559C7C'

red 85 ◦ green 156 ◦ blue 124

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

Shades of Ocean Green #559C7C

Tints of Ocean Green #559C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 23.29%
G = 42.74%
B = 33.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#559C7C (or 0x559C7C) is known color: Ocean Green. HEX triplet: 55, 9C and 7C. RGB value is (85,156,124). Sum of RGB (Red+Green+Blue) = 85+156+124=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #559C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C7C is #AA6383. Grayscale: #838383. Windows color (decimal): -11166596 or 8166485. OLE color: 8166485.

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

Color convert

RGB 85 156 124 -
CMYK 0.46 0 0.21 0.39
HSL 152.96º 0.29% 0.47% -
HSV(B) 152.96º 0.46% 0.61% -
XYZ 19.27 27.16 23.3 -
YUV 131.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 85 156 124 0.46 0 0.21 0.39 152.96 0.29 0.47
Hex 55 9C 7C 2E 0 15 27 99 1D 2F
Octal 125 234 174 56 0 25 47 231 35 57
Binary 1010101 10011100 1111100 101110 0 10101 100111 10011001 11101 101111

Color Harmonies of #559C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C7C

Black with #559C7C

Text Example


Text Example

White with #559C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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