Html Css Color HEX #59B175 Ocean Green

📋 copy color: '#59B175'

red 89 ◦ green 177 ◦ blue 117

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

Shades of Ocean Green #59B175

Tints of Ocean Green #59B175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.21%

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

R = 23.24%
G = 46.21%
B = 30.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#59B175 (or 0x59B175) is known color: Ocean Green. HEX triplet: 59, B1 and 75. RGB value is (89,177,117). Sum of RGB (Red+Green+Blue) = 89+177+117=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #59B175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59B175 is #A64E8A. Grayscale: #909090. Windows color (decimal): -10899083 or 7713113. OLE color: 7713113.

HSL color Cylindrical-coordinate representation of color #59B175: hue angle of 139.09º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B175 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 177 117 -
CMYK 0.50 0 0.34 0.31
HSL 139.09º 0.36% 0.52% -
HSV(B) 139.09º 0.5% 0.69% -
XYZ 23.05 34.85 22.34 -
YUV 143.85 112.85 88.88 -
System Red Green Blue C M Y K H S L
Decimal 89 177 117 0.50 0 0.34 0.31 139.09 0.36 0.52
Hex 59 B1 75 32 0 22 1F 8B 24 34
Octal 131 261 165 62 0 42 37 213 44 64
Binary 1011001 10110001 1110101 110010 0 100010 11111 10001011 100100 110100

Color Harmonies of #59B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B175

Black with #59B175

Text Example


Text Example

White with #59B175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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