Html Css Color HEX #59B375 Ocean Green

📋 copy color: '#59B375'

red 89 ◦ green 179 ◦ blue 117

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

Shades of Ocean Green #59B375

Tints of Ocean Green #59B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.49%

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 23.12%
G = 46.49%
B = 30.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#59B375 (or 0x59B375) is known color: Ocean Green. HEX triplet: 59, B3 and 75. RGB value is (89,179,117). Sum of RGB (Red+Green+Blue) = 89+179+117=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #59B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B375 is #A64C8A. Grayscale: #919191. Windows color (decimal): -10898571 or 7713625. OLE color: 7713625.

HSL color Cylindrical-coordinate representation of color #59B375: hue angle of 138.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B375 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 179 117 -
CMYK 0.50 0 0.35 0.30
HSL 138.67º 0.37% 0.53% -
HSV(B) 138.67º 0.5% 0.7% -
XYZ 23.45 35.65 22.47 -
YUV 145.02 112.18 88.04 -
System Red Green Blue C M Y K H S L
Decimal 89 179 117 0.50 0 0.35 0.30 138.67 0.37 0.53
Hex 59 B3 75 32 0 23 1E 8B 25 35
Octal 131 263 165 62 0 43 36 213 45 65
Binary 1011001 10110011 1110101 110010 0 100011 11110 10001011 100101 110101

Color Harmonies of #59B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B375

Black with #59B375

Text Example


Text Example

White with #59B375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59B375; }

 p { color: rgb(89,179,117); }

 H1.HeaderClassName
 {
   color: #59B375;
 }
 .AnyTagClassName
 {
   color: #59B375;
 }
</style>

background-color css

<style>
 a { background-color: #59B375; }

 a { background-color: rgb(89,179,117); }

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

border-color css

<style>
 span { border-color: #59B375; }

 span { border-color: rgb(89,179,117); }

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