Html Css Color HEX #559F7A Ocean Green

📋 copy color: '#559F7A'

red 85 ◦ green 159 ◦ blue 122

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

Shades of Ocean Green #559F7A

Tints of Ocean Green #559F7A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.44%

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

R = 23.22%
G = 43.44%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#559F7A (or 0x559F7A) is known color: Ocean Green. HEX triplet: 55, 9F and 7A. RGB value is (85,159,122). Sum of RGB (Red+Green+Blue) = 85+159+122=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #559F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F7A is #AA6085. Grayscale: #848484. Windows color (decimal): -11165830 or 8036181. OLE color: 8036181.

HSL color Cylindrical-coordinate representation of color #559F7A: hue angle of 150º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F7A is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 159 122 -
CMYK 0.47 0 0.23 0.38
HSL 150º 0.3% 0.48% -
HSV(B) 150º 0.47% 0.62% -
XYZ 19.66 28.13 22.81 -
YUV 132.66 121.98 94.01 -
System Red Green Blue C M Y K H S L
Decimal 85 159 122 0.47 0 0.23 0.38 150 0.3 0.48
Hex 55 9F 7A 2F 0 17 26 96 1E 30
Octal 125 237 172 57 0 27 46 226 36 60
Binary 1010101 10011111 1111010 101111 0 10111 100110 10010110 11110 110000

Color Harmonies of #559F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F7A

Black with #559F7A

Text Example


Text Example

White with #559F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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