Html Css Color HEX #519F7E Ocean Green

📋 copy color: '#519F7E'

red 81 ◦ green 159 ◦ blue 126

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

Shades of Ocean Green #519F7E

Tints of Ocean Green #519F7E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.44%

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 22.13%
G = 43.44%
B = 34.43%

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

#519F7E (or 0x519F7E) is known color: Ocean Green. HEX triplet: 51, 9F and 7E. RGB value is (81,159,126). Sum of RGB (Red+Green+Blue) = 81+159+126=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #519F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F7E is #AE6081. Grayscale: #838383. Windows color (decimal): -11427970 or 8298321. OLE color: 8298321.

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

Color convert

RGB 81 159 126 -
CMYK 0.49 0 0.21 0.38
HSL 154.62º 0.33% 0.47% -
HSV(B) 154.62º 0.49% 0.62% -
XYZ 19.56 28.05 24.12 -
YUV 131.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 81 159 126 0.49 0 0.21 0.38 154.62 0.33 0.47
Hex 51 9F 7E 31 0 15 26 9B 20 2F
Octal 121 237 176 61 0 25 46 233 40 57
Binary 1010001 10011111 1111110 110001 0 10101 100110 10011011 100000 101111

Color Harmonies of #519F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519F7E

Black with #519F7E

Text Example


Text Example

White with #519F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,159,126); }

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

background-color css

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

 a { background-color: rgb(81,159,126); }

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

border-color css

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

 span { border-color: rgb(81,159,126); }

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