Html Css Color HEX #519C6E Ocean Green

📋 copy color: '#519C6E'

red 81 ◦ green 156 ◦ blue 110

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

Shades of Ocean Green #519C6E

Tints of Ocean Green #519C6E

RGB

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

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

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

R = 23.34%
G = 44.96%
B = 31.7%

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

#519C6E (or 0x519C6E) is known color: Ocean Green. HEX triplet: 51, 9C and 6E. RGB value is (81,156,110). Sum of RGB (Red+Green+Blue) = 81+156+110=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #519C6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C6E is #AE6391. Grayscale: #808080. Windows color (decimal): -11428754 or 7248977. OLE color: 7248977.

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

Color convert

RGB 81 156 110 -
CMYK 0.48 0 0.29 0.39
HSL 143.2º 0.32% 0.46% -
HSV(B) 143.2º 0.48% 0.61% -
XYZ 18.1 26.65 18.94 -
YUV 128.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 81 156 110 0.48 0 0.29 0.39 143.2 0.32 0.46
Hex 51 9C 6E 30 0 1D 27 8F 20 2E
Octal 121 234 156 60 0 35 47 217 40 56
Binary 1010001 10011100 1101110 110000 0 11101 100111 10001111 100000 101110

Color Harmonies of #519C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C6E

Black with #519C6E

Text Example


Text Example

White with #519C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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