#519A6A

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

Shades of Ocean Green #519A6A

Tints of Ocean Green #519A6A

Color information

#519A6A (or 0x519A6A) is unknown color: approx Ocean Green. HEX triplet: 51, 9A and 6A. RGB value is (81,154,106). Sum of RGB (Red+Green+Blue) = 81+154+106=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #519A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A6A is #AE6595. Grayscale: #7E7E7E. Windows color (decimal): -11429270 or 6986321. OLE color: 6986321.

HSL color Cylindrical-coordinate representation of color #519A6A: hue angle of 140.55º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519A6A is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB81154106-
CMYK0.4700.310.40
HSL140.55º31.06%46.08%-
HSV(B)140.55º47.4%60.39%-
XYZ17.5525.917.71-
YUV126.7116.3295.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=23.75%
G=45.16%
B=31.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811541060.4700.310.40140.5531.0646.08
Hex519A6A2F01F288d1f2e
Octal12123215257037502153756
Binary10100011001101011010101011110111111010001000110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519A6A; }

 p { color: rgb(81,154,106); }

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

<style>
 a { background-color: #519A6A; }

 a { background-color: rgb(81,154,106); }

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

<style>
 span { border-color: #519A6A; }

 span { border-color: rgb(81,154,106); }

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