Html Css Color HEX #59AB85 Ocean Green

📋 copy color: '#59AB85'

red 89 ◦ green 171 ◦ blue 133

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

Shades of Ocean Green #59AB85

Tints of Ocean Green #59AB85

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.51%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 22.65%
G = 43.51%
B = 33.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#59AB85 (or 0x59AB85) is known color: Ocean Green. HEX triplet: 59, AB and 85. RGB value is (89,171,133). Sum of RGB (Red+Green+Blue) = 89+171+133=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #59AB85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AB85 is #A6547A. Grayscale: #8E8E8E. Windows color (decimal): -10900603 or 8760153. OLE color: 8760153.

HSL color Cylindrical-coordinate representation of color #59AB85: hue angle of 152.2º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AB85 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 171 133 -
CMYK 0.48 0 0.22 0.33
HSL 152.2º 0.33% 0.51% -
HSV(B) 152.2º 0.48% 0.67% -
XYZ 22.92 32.94 27.34 -
YUV 142.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 89 171 133 0.48 0 0.22 0.33 152.2 0.33 0.51
Hex 59 AB 85 30 0 16 21 98 21 33
Octal 131 253 205 60 0 26 41 230 41 63
Binary 1011001 10101011 10000101 110000 0 10110 100001 10011000 100001 110011

Color Harmonies of #59AB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AB85

Black with #59AB85

Text Example


Text Example

White with #59AB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,171,133); }

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

background-color css

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

 a { background-color: rgb(89,171,133); }

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

border-color css

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

 span { border-color: rgb(89,171,133); }

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