#599F6A

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

Shades of Ocean Green #599F6A

Tints of Ocean Green #599F6A

Color information

#599F6A (or 0x599F6A) is unknown color: approx Ocean Green. HEX triplet: 59, 9F and 6A. RGB value is (89,159,106). Sum of RGB (Red+Green+Blue) = 89+159+106=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #599F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F6A is #A66095. Grayscale: #848484. Windows color (decimal): -10903702 or 6987609. OLE color: 6987609.

HSL color Cylindrical-coordinate representation of color #599F6A: hue angle of 134.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F6A is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB89159106-
CMYK0.4400.330.38
HSL134.57º28.23%48.63%-
HSV(B)134.57º44.03%62.35%-
XYZ19.1227.9618.02-
YUV132.03113.3197.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.14%
GREEN value IS 159 (62.5% from 255) = 44.92%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=25.14%
G=44.92%
B=29.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891591060.4400.330.38134.5728.2348.63
Hex599F6A2C02126871c31
Octal13123715254041462073461
Binary101100110011111110101010110001000011001101000011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599F6A; }

 p { color: rgb(89,159,106); }

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

<style>
 a { background-color: #599F6A; }

 a { background-color: rgb(89,159,106); }

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

<style>
 span { border-color: #599F6A; }

 span { border-color: rgb(89,159,106); }

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