Html Css Color HEX #59AC7E Ocean Green

📋 copy color: '#59AC7E'

red 89 ◦ green 172 ◦ blue 126

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

Shades of Ocean Green #59AC7E

Tints of Ocean Green #59AC7E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.44%

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 23%
G = 44.44%
B = 32.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#59AC7E (or 0x59AC7E) is known color: Ocean Green. HEX triplet: 59, AC and 7E. RGB value is (89,172,126). Sum of RGB (Red+Green+Blue) = 89+172+126=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AC7E is #A65381. Grayscale: #8E8E8E. Windows color (decimal): -10900354 or 8301657. OLE color: 8301657.

HSL color Cylindrical-coordinate representation of color #59AC7E: hue angle of 146.75º 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 #59AC7E is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 172 126 -
CMYK 0.48 0 0.27 0.33
HSL 146.75º 0.33% 0.51% -
HSV(B) 146.75º 0.48% 0.67% -
XYZ 22.64 33.14 24.94 -
YUV 141.94 119 90.24 -
System Red Green Blue C M Y K H S L
Decimal 89 172 126 0.48 0 0.27 0.33 146.75 0.33 0.51
Hex 59 AC 7E 30 0 1B 21 93 21 33
Octal 131 254 176 60 0 33 41 223 41 63
Binary 1011001 10101100 1111110 110000 0 11011 100001 10010011 100001 110011

Color Harmonies of #59AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AC7E

Black with #59AC7E

Text Example


Text Example

White with #59AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,172,126); }

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

background-color css

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

 a { background-color: rgb(89,172,126); }

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

border-color css

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

 span { border-color: rgb(89,172,126); }

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