Html Css Color HEX #559C7A Ocean Green

📋 copy color: '#559C7A'

red 85 ◦ green 156 ◦ blue 122

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

Shades of Ocean Green #559C7A

Tints of Ocean Green #559C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 23.42%
G = 42.98%
B = 33.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#559C7A (or 0x559C7A) is known color: Ocean Green. HEX triplet: 55, 9C and 7A. RGB value is (85,156,122). Sum of RGB (Red+Green+Blue) = 85+156+122=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #559C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C7A is #AA6385. Grayscale: #828282. Windows color (decimal): -11166598 or 8035413. OLE color: 8035413.

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

Color convert

RGB 85 156 122 -
CMYK 0.46 0 0.22 0.39
HSL 151.27º 0.29% 0.47% -
HSV(B) 151.27º 0.46% 0.61% -
XYZ 19.15 27.11 22.64 -
YUV 130.9 122.98 95.26 -
System Red Green Blue C M Y K H S L
Decimal 85 156 122 0.46 0 0.22 0.39 151.27 0.29 0.47
Hex 55 9C 7A 2E 0 16 27 97 1D 2F
Octal 125 234 172 56 0 26 47 227 35 57
Binary 1010101 10011100 1111010 101110 0 10110 100111 10010111 11101 101111

Color Harmonies of #559C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C7A

Black with #559C7A

Text Example


Text Example

White with #559C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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