#59A07B

Color #59A07B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #59A07B

Tints of Ocean Green #59A07B

Color information

#59A07B (or 0x59A07B) is unknown color: approx Ocean Green. HEX triplet: 59, A0 and 7B. RGB value is (89,160,123). Sum of RGB (Red+Green+Blue) = 89+160+123=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 160 - color contains mainly: green. Hex color #59A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A07B is #A65F84. Grayscale: #868686. Windows color (decimal): -10903429 or 8101977. OLE color: 8101977.

HSL color Cylindrical-coordinate representation of color #59A07B: hue angle of 148.73º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59A07B is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB89160123-
CMYK0.4400.230.37
HSL148.73º28.51%48.82%-
HSV(B)148.73º44.37%62.75%-
XYZ20.2728.723.21-
YUV134.55121.4895.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.92%
GREEN value IS 160 (62.89% from 255) = 43.01%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=23.92%
G=43.01%
B=33.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891601230.4400.230.37148.7328.5148.82
Hex59A07B2C01725951d31
Octal13124017354027452253561
Binary10110011010000011110111011000101111001011001010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,160,123); }

 H1.HeaderClassName
 {
   color: #59A07B;
 }
 .AnyTagClassName
 {
   color: #59A07B;
 }
</style>
background-color css

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

 a { background-color: rgb(89,160,123); }

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

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

 span { border-color: rgb(89,160,123); }

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