Html Css Color HEX #599E7B Ocean Green

📋 copy color: '#599E7B'

red 89 ◦ green 158 ◦ blue 123

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

Shades of Ocean Green #599E7B

Tints of Ocean Green #599E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.7%

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

R = 24.05%
G = 42.7%
B = 33.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#599E7B (or 0x599E7B) is known color: Ocean Green. HEX triplet: 59, 9E and 7B. RGB value is (89,158,123). Sum of RGB (Red+Green+Blue) = 89+158+123=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #599E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599E7B is #A66184. Grayscale: #858585. Windows color (decimal): -10903941 or 8101465. OLE color: 8101465.

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

Color convert

RGB 89 158 123 -
CMYK 0.44 0 0.22 0.38
HSL 149.57º 0.28% 0.48% -
HSV(B) 149.57º 0.44% 0.62% -
XYZ 19.92 28.01 23.09 -
YUV 133.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 89 158 123 0.44 0 0.22 0.38 149.57 0.28 0.48
Hex 59 9E 7B 2C 0 16 26 96 1C 30
Octal 131 236 173 54 0 26 46 226 34 60
Binary 1011001 10011110 1111011 101100 0 10110 100110 10010110 11100 110000

Color Harmonies of #599E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599E7B

Black with #599E7B

Text Example


Text Example

White with #599E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,158,123); }

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

background-color css

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

 a { background-color: rgb(89,158,123); }

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

border-color css

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

 span { border-color: rgb(89,158,123); }

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