Html Css Color HEX #519E77 Ocean Green

📋 copy color: '#519E77'

red 81 ◦ green 158 ◦ blue 119

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

Shades of Ocean Green #519E77

Tints of Ocean Green #519E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 22.63%
G = 44.13%
B = 33.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#519E77 (or 0x519E77) is known color: Ocean Green. HEX triplet: 51, 9E and 77. RGB value is (81,158,119). Sum of RGB (Red+Green+Blue) = 81+158+119=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #519E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E77 is #AE6188. Grayscale: #828282. Windows color (decimal): -11428233 or 7839313. OLE color: 7839313.

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

Color convert

RGB 81 158 119 -
CMYK 0.49 0 0.25 0.38
HSL 149.61º 0.32% 0.47% -
HSV(B) 149.61º 0.49% 0.62% -
XYZ 18.95 27.53 21.77 -
YUV 130.53 121.49 92.67 -
System Red Green Blue C M Y K H S L
Decimal 81 158 119 0.49 0 0.25 0.38 149.61 0.32 0.47
Hex 51 9E 77 31 0 19 26 96 20 2F
Octal 121 236 167 61 0 31 46 226 40 57
Binary 1010001 10011110 1110111 110001 0 11001 100110 10010110 100000 101111

Color Harmonies of #519E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E77

Black with #519E77

Text Example


Text Example

White with #519E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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