Html Css Color HEX #519A6C Ocean Green

📋 copy color: '#519A6C'

red 81 ◦ green 154 ◦ blue 108

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

Shades of Ocean Green #519A6C

Tints of Ocean Green #519A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.9%

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 23.62%
G = 44.9%
B = 31.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#519A6C (or 0x519A6C) is known color: Ocean Green. HEX triplet: 51, 9A and 6C. RGB value is (81,154,108). Sum of RGB (Red+Green+Blue) = 81+154+108=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 154 - color contains mainly: green. Hex color #519A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A6C is #AE6593. Grayscale: #7F7F7F. Windows color (decimal): -11429268 or 7117393. OLE color: 7117393.

HSL color Cylindrical-coordinate representation of color #519A6C: hue angle of 142.19º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519A6C is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 154 108 -
CMYK 0.47 0 0.30 0.40
HSL 142.19º 0.31% 0.46% -
HSV(B) 142.19º 0.47% 0.6% -
XYZ 17.66 25.94 18.26 -
YUV 126.93 117.32 95.24 -
System Red Green Blue C M Y K H S L
Decimal 81 154 108 0.47 0 0.30 0.40 142.19 0.31 0.46
Hex 51 9A 6C 2F 0 1E 28 8E 1F 2E
Octal 121 232 154 57 0 36 50 216 37 56
Binary 1010001 10011010 1101100 101111 0 11110 101000 10001110 11111 101110

Color Harmonies of #519A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519A6C

Black with #519A6C

Text Example


Text Example

White with #519A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,154,108); }

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

background-color css

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

 a { background-color: rgb(81,154,108); }

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

border-color css

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

 span { border-color: rgb(81,154,108); }

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