#519E67

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

Shades of Ocean Green #519E67

Tints of Ocean Green #519E67

Color information

#519E67 (or 0x519E67) is unknown color: approx Ocean Green. HEX triplet: 51, 9E and 67. RGB value is (81,158,103). Sum of RGB (Red+Green+Blue) = 81+158+103=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #519E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E67 is #AE6198. Grayscale: #808080. Windows color (decimal): -11428249 or 6790737. OLE color: 6790737.

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

Color convert

RGB81158103-
CMYK0.4900.350.38
HSL137.14º32.22%46.86%-
HSV(B)137.14º48.73%61.96%-
XYZ18.0727.1817.13-
YUV128.71113.4993.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 158 (62.11% from 255) = 46.20%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=23.68%
G=46.20%
B=30.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811581030.4900.350.38137.1432.2246.86
Hex519E67310232689202f
Octal12123614761043462114057
Binary1010001100111101100111110001010001110011010001001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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