#519F6A

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

Shades of Ocean Green #519F6A

Tints of Ocean Green #519F6A

Color information

#519F6A (or 0x519F6A) is unknown color: approx Ocean Green. HEX triplet: 51, 9F and 6A. RGB value is (81,159,106). Sum of RGB (Red+Green+Blue) = 81+159+106=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #519F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F6A is #AE6095. Grayscale: #818181. Windows color (decimal): -11427990 or 6987601. OLE color: 6987601.

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

Color convert

RGB81159106-
CMYK0.4900.330.38
HSL139.23º32.5%47.06%-
HSV(B)139.23º49.06%62.35%-
XYZ18.3927.5917.99-
YUV129.64114.6693.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=23.41%
G=45.95%
B=30.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811591060.4900.330.38139.2332.547.06
Hex519F6A31021268b202f
Octal12123715261041462134057
Binary1010001100111111101010110001010000110011010001011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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