Html Css Color HEX #519E7D Ocean Green

📋 copy color: '#519E7D'

red 81 ◦ green 158 ◦ blue 125

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

Shades of Ocean Green #519E7D

Tints of Ocean Green #519E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 22.25%
G = 43.41%
B = 34.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#519E7D (or 0x519E7D) is known color: Ocean Green. HEX triplet: 51, 9E and 7D. RGB value is (81,158,125). Sum of RGB (Red+Green+Blue) = 81+158+125=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #519E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E7D is #AE6182. Grayscale: #838383. Windows color (decimal): -11428227 or 8232529. OLE color: 8232529.

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

Color convert

RGB 81 158 125 -
CMYK 0.49 0 0.21 0.38
HSL 154.29º 0.32% 0.47% -
HSV(B) 154.29º 0.49% 0.62% -
XYZ 19.32 27.68 23.73 -
YUV 131.22 124.49 92.18 -
System Red Green Blue C M Y K H S L
Decimal 81 158 125 0.49 0 0.21 0.38 154.29 0.32 0.47
Hex 51 9E 7D 31 0 15 26 9A 20 2F
Octal 121 236 175 61 0 25 46 232 40 57
Binary 1010001 10011110 1111101 110001 0 10101 100110 10011010 100000 101111

Color Harmonies of #519E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E7D

Black with #519E7D

Text Example


Text Example

White with #519E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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