Html Css Color HEX #599D7A Ocean Green

📋 copy color: '#599D7A'

red 89 ◦ green 157 ◦ blue 122

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

Shades of Ocean Green #599D7A

Tints of Ocean Green #599D7A

RGB

 RED value IS 89 (35.16% from 255) = 24.18%

 GREEN value IS 157 (61.72% from 255) = 42.66%

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

R = 24.18%
G = 42.66%
B = 33.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#599D7A (or 0x599D7A) is known color: Ocean Green. HEX triplet: 59, 9D and 7A. RGB value is (89,157,122). Sum of RGB (Red+Green+Blue) = 89+157+122=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #599D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D7A is #A66285. Grayscale: #848484. Windows color (decimal): -10904198 or 8035673. OLE color: 8035673.

HSL color Cylindrical-coordinate representation of color #599D7A: hue angle of 149.12º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D7A is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 157 122 -
CMYK 0.43 0 0.22 0.38
HSL 149.12º 0.28% 0.48% -
HSV(B) 149.12º 0.43% 0.62% -
XYZ 19.69 27.64 22.71 -
YUV 132.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 89 157 122 0.43 0 0.22 0.38 149.12 0.28 0.48
Hex 59 9D 7A 2B 0 16 26 95 1C 30
Octal 131 235 172 53 0 26 46 225 34 60
Binary 1011001 10011101 1111010 101011 0 10110 100110 10010101 11100 110000

Color Harmonies of #599D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599D7A

Black with #599D7A

Text Example


Text Example

White with #599D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599D7A; }

 p { color: rgb(89,157,122); }

 H1.HeaderClassName
 {
   color: #599D7A;
 }
 .AnyTagClassName
 {
   color: #599D7A;
 }
</style>

background-color css

<style>
 a { background-color: #599D7A; }

 a { background-color: rgb(89,157,122); }

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

border-color css

<style>
 span { border-color: #599D7A; }

 span { border-color: rgb(89,157,122); }

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