Html Css Color HEX #519E70 Ocean Green

📋 copy color: '#519E70'

red 81 ◦ green 158 ◦ blue 112

#519E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #519E70

Tints of Ocean Green #519E70

RGB

 RED value IS 81 (32.03% from 255) = 23.08%

 GREEN value IS 158 (62.11% from 255) = 45.01%

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 23.08%
G = 45.01%
B = 31.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#519E70 (or 0x519E70) is known color: Ocean Green. HEX triplet: 51, 9E and 70. RGB value is (81,158,112). Sum of RGB (Red+Green+Blue) = 81+158+112=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #519E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E70 is #AE618F. Grayscale: #818181. Windows color (decimal): -11428240 or 7380561. OLE color: 7380561.

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

Color convert

RGB 81 158 112 -
CMYK 0.49 0 0.29 0.38
HSL 144.16º 0.32% 0.47% -
HSV(B) 144.16º 0.49% 0.62% -
XYZ 18.54 27.37 19.64 -
YUV 129.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 81 158 112 0.49 0 0.29 0.38 144.16 0.32 0.47
Hex 51 9E 70 31 0 1D 26 90 20 2F
Octal 121 236 160 61 0 35 46 220 40 57
Binary 1010001 10011110 1110000 110001 0 11101 100110 10010000 100000 101111

Color Harmonies of #519E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E70

Black with #519E70

Text Example


Text Example

White with #519E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #519E70;
 }
 .AnyTagClassName
 {
   color: #519E70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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