Html Css Color HEX #59B07C Ocean Green

📋 copy color: '#59B07C'

red 89 ◦ green 176 ◦ blue 124

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

Shades of Ocean Green #59B07C

Tints of Ocean Green #59B07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 22.88%
G = 45.24%
B = 31.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#59B07C (or 0x59B07C) is known color: Ocean Green. HEX triplet: 59, B0 and 7C. RGB value is (89,176,124). Sum of RGB (Red+Green+Blue) = 89+176+124=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #59B07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59B07C is #A64F83. Grayscale: #909090. Windows color (decimal): -10899332 or 8171609. OLE color: 8171609.

HSL color Cylindrical-coordinate representation of color #59B07C: hue angle of 144.14º 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 #59B07C is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 176 124 -
CMYK 0.49 0 0.30 0.31
HSL 144.14º 0.36% 0.52% -
HSV(B) 144.14º 0.49% 0.69% -
XYZ 23.28 34.63 24.53 -
YUV 144.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 89 176 124 0.49 0 0.30 0.31 144.14 0.36 0.52
Hex 59 B0 7C 31 0 1E 1F 90 24 34
Octal 131 260 174 61 0 36 37 220 44 64
Binary 1011001 10110000 1111100 110001 0 11110 11111 10010000 100100 110100

Color Harmonies of #59B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B07C

Black with #59B07C

Text Example


Text Example

White with #59B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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