Html Css Color HEX #519D6E Ocean Green

📋 copy color: '#519D6E'

red 81 ◦ green 157 ◦ blue 110

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

Shades of Ocean Green #519D6E

Tints of Ocean Green #519D6E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.11%

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 23.28%
G = 45.11%
B = 31.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#519D6E (or 0x519D6E) is known color: Ocean Green. HEX triplet: 51, 9D and 6E. RGB value is (81,157,110). Sum of RGB (Red+Green+Blue) = 81+157+110=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #519D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D6E is #AE6291. Grayscale: #818181. Windows color (decimal): -11428498 or 7249233. OLE color: 7249233.

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

Color convert

RGB 81 157 110 -
CMYK 0.48 0 0.30 0.38
HSL 142.89º 0.32% 0.47% -
HSV(B) 142.89º 0.48% 0.62% -
XYZ 18.26 26.99 19 -
YUV 128.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 81 157 110 0.48 0 0.30 0.38 142.89 0.32 0.47
Hex 51 9D 6E 30 0 1E 26 8F 20 2F
Octal 121 235 156 60 0 36 46 217 40 57
Binary 1010001 10011101 1101110 110000 0 11110 100110 10001111 100000 101111

Color Harmonies of #519D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D6E

Black with #519D6E

Text Example


Text Example

White with #519D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,110); }

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

background-color css

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

 a { background-color: rgb(81,157,110); }

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

border-color css

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

 span { border-color: rgb(81,157,110); }

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