#519E7F

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

Shades of Ocean Green #519E7F

Tints of Ocean Green #519E7F

Color information

#519E7F (or 0x519E7F) is unknown color: approx Ocean Green. HEX triplet: 51, 9E and 7F. RGB value is (81,158,127). Sum of RGB (Red+Green+Blue) = 81+158+127=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #519E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E7F is #AE6180. Grayscale: #838383. Windows color (decimal): -11428225 or 8363601. OLE color: 8363601.

HSL color Cylindrical-coordinate representation of color #519E7F: hue angle of 155.84º 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 #519E7F is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB81158127-
CMYK0.4900.200.38
HSL155.84º32.22%46.86%-
HSV(B)155.84º48.73%61.96%-
XYZ19.4527.7424.41-
YUV131.44125.4992.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 127 (50% from 255) = 34.70%
R=22.13%
G=43.17%
B=34.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811581270.4900.200.38155.8432.2246.86
Hex519E7F31014269c202f
Octal12123617761024462344057
Binary101000110011110111111111000101010010011010011100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,158,127); }

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

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

 a { background-color: rgb(81,158,127); }

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

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

 span { border-color: rgb(81,158,127); }

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