Html Css Color HEX #519E7C Ocean Green

📋 copy color: '#519E7C'

red 81 ◦ green 158 ◦ blue 124

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

Shades of Ocean Green #519E7C

Tints of Ocean Green #519E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 22.31%
G = 43.53%
B = 34.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#519E7C (or 0x519E7C) is known color: Ocean Green. HEX triplet: 51, 9E and 7C. RGB value is (81,158,124). Sum of RGB (Red+Green+Blue) = 81+158+124=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #519E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E7C is #AE6183. Grayscale: #838383. Windows color (decimal): -11428228 or 8166993. OLE color: 8166993.

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

Color convert

RGB 81 158 124 -
CMYK 0.49 0 0.22 0.38
HSL 153.51º 0.32% 0.47% -
HSV(B) 153.51º 0.49% 0.62% -
XYZ 19.26 27.66 23.39 -
YUV 131.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 81 158 124 0.49 0 0.22 0.38 153.51 0.32 0.47
Hex 51 9E 7C 31 0 16 26 9A 20 2F
Octal 121 236 174 61 0 26 46 232 40 57
Binary 1010001 10011110 1111100 110001 0 10110 100110 10011010 100000 101111

Color Harmonies of #519E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E7C

Black with #519E7C

Text Example


Text Example

White with #519E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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