Html Css Color HEX #519875 Ocean Green

📋 copy color: '#519875'

red 81 ◦ green 152 ◦ blue 117

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

Shades of Ocean Green #519875

Tints of Ocean Green #519875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.43%

 BLUE value IS 117 (46.09% from 255) = 33.43%

R = 23.14%
G = 43.43%
B = 33.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#519875 (or 0x519875) is known color: Ocean Green. HEX triplet: 51, 98 and 75. RGB value is (81,152,117). Sum of RGB (Red+Green+Blue) = 81+152+117=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #519875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519875 is #AE678A. Grayscale: #7E7E7E. Windows color (decimal): -11429771 or 7706705. OLE color: 7706705.

HSL color Cylindrical-coordinate representation of color #519875: hue angle of 150.42º degrees, saturation: 0.3, 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 #519875 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 117 -
CMYK 0.47 0 0.23 0.40
HSL 150.42º 0.3% 0.46% -
HSV(B) 150.42º 0.47% 0.6% -
XYZ 17.83 25.49 20.81 -
YUV 126.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 81 152 117 0.47 0 0.23 0.40 150.42 0.3 0.46
Hex 51 98 75 2F 0 17 28 96 1E 2E
Octal 121 230 165 57 0 27 50 226 36 56
Binary 1010001 10011000 1110101 101111 0 10111 101000 10010110 11110 101110

Color Harmonies of #519875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519875

Black with #519875

Text Example


Text Example

White with #519875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519875; }

 p { color: rgb(81,152,117); }

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

background-color css

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

 a { background-color: rgb(81,152,117); }

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

border-color css

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

 span { border-color: rgb(81,152,117); }

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