Html Css Color HEX #559C7B Ocean Green

📋 copy color: '#559C7B'

red 85 ◦ green 156 ◦ blue 123

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

Shades of Ocean Green #559C7B

Tints of Ocean Green #559C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 23.35%
G = 42.86%
B = 33.79%

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

#559C7B (or 0x559C7B) is known color: Ocean Green. HEX triplet: 55, 9C and 7B. RGB value is (85,156,123). Sum of RGB (Red+Green+Blue) = 85+156+123=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #559C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C7B is #AA6384. Grayscale: #838383. Windows color (decimal): -11166597 or 8100949. OLE color: 8100949.

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

Color convert

RGB 85 156 123 -
CMYK 0.46 0 0.21 0.39
HSL 152.11º 0.29% 0.47% -
HSV(B) 152.11º 0.46% 0.61% -
XYZ 19.21 27.14 22.96 -
YUV 131.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 85 156 123 0.46 0 0.21 0.39 152.11 0.29 0.47
Hex 55 9C 7B 2E 0 15 27 98 1D 2F
Octal 125 234 173 56 0 25 47 230 35 57
Binary 1010101 10011100 1111011 101110 0 10101 100111 10011000 11101 101111

Color Harmonies of #559C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C7B

Black with #559C7B

Text Example


Text Example

White with #559C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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