Html Css Color HEX #59B07A Ocean Green

📋 copy color: '#59B07A'

red 89 ◦ green 176 ◦ blue 122

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

Shades of Ocean Green #59B07A

Tints of Ocean Green #59B07A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.48%

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 23%
G = 45.48%
B = 31.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#59B07A (or 0x59B07A) is known color: Ocean Green. HEX triplet: 59, B0 and 7A. RGB value is (89,176,122). Sum of RGB (Red+Green+Blue) = 89+176+122=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #59B07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59B07A is #A64F85. Grayscale: #8F8F8F. Windows color (decimal): -10899334 or 8040537. OLE color: 8040537.

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

Color convert

RGB 89 176 122 -
CMYK 0.49 0 0.31 0.31
HSL 142.76º 0.36% 0.52% -
HSV(B) 142.76º 0.49% 0.69% -
XYZ 23.16 34.58 23.87 -
YUV 143.83 115.68 88.89 -
System Red Green Blue C M Y K H S L
Decimal 89 176 122 0.49 0 0.31 0.31 142.76 0.36 0.52
Hex 59 B0 7A 31 0 1F 1F 8F 24 34
Octal 131 260 172 61 0 37 37 217 44 64
Binary 1011001 10110000 1111010 110001 0 11111 11111 10001111 100100 110100

Color Harmonies of #59B07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B07A

Black with #59B07A

Text Example


Text Example

White with #59B07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,176,122); }

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

background-color css

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

 a { background-color: rgb(89,176,122); }

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

border-color css

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

 span { border-color: rgb(89,176,122); }

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