Html Css Color HEX #519C71 Ocean Green

📋 copy color: '#519C71'

red 81 ◦ green 156 ◦ blue 113

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

Shades of Ocean Green #519C71

Tints of Ocean Green #519C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.57%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 23.14%
G = 44.57%
B = 32.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#519C71 (or 0x519C71) is known color: Ocean Green. HEX triplet: 51, 9C and 71. RGB value is (81,156,113). Sum of RGB (Red+Green+Blue) = 81+156+113=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #519C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C71 is #AE638E. Grayscale: #808080. Windows color (decimal): -11428751 or 7445585. OLE color: 7445585.

HSL color Cylindrical-coordinate representation of color #519C71: hue angle of 145.6º degrees, saturation: 0.32, 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 #519C71 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 156 113 -
CMYK 0.48 0 0.28 0.39
HSL 145.6º 0.32% 0.46% -
HSV(B) 145.6º 0.48% 0.61% -
XYZ 18.26 26.72 19.82 -
YUV 128.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 81 156 113 0.48 0 0.28 0.39 145.6 0.32 0.46
Hex 51 9C 71 30 0 1C 27 92 20 2E
Octal 121 234 161 60 0 34 47 222 40 56
Binary 1010001 10011100 1110001 110000 0 11100 100111 10010010 100000 101110

Color Harmonies of #519C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C71

Black with #519C71

Text Example


Text Example

White with #519C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,156,113); }

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

background-color css

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

 a { background-color: rgb(81,156,113); }

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

border-color css

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

 span { border-color: rgb(81,156,113); }

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