Html Css Color HEX #519B6E Ocean Green

📋 copy color: '#519B6E'

red 81 ◦ green 155 ◦ blue 110

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

Shades of Ocean Green #519B6E

Tints of Ocean Green #519B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.8%

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

R = 23.41%
G = 44.8%
B = 31.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#519B6E (or 0x519B6E) is known color: Ocean Green. HEX triplet: 51, 9B and 6E. RGB value is (81,155,110). Sum of RGB (Red+Green+Blue) = 81+155+110=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #519B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B6E is #AE6491. Grayscale: #7F7F7F. Windows color (decimal): -11429010 or 7248721. OLE color: 7248721.

HSL color Cylindrical-coordinate representation of color #519B6E: hue angle of 143.51º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519B6E is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 110 -
CMYK 0.48 0 0.29 0.39
HSL 143.51º 0.31% 0.46% -
HSV(B) 143.51º 0.48% 0.61% -
XYZ 17.93 26.32 18.89 -
YUV 127.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 81 155 110 0.48 0 0.29 0.39 143.51 0.31 0.46
Hex 51 9B 6E 30 0 1D 27 90 1F 2E
Octal 121 233 156 60 0 35 47 220 37 56
Binary 1010001 10011011 1101110 110000 0 11101 100111 10010000 11111 101110

Color Harmonies of #519B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B6E

Black with #519B6E

Text Example


Text Example

White with #519B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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