Html Css Color HEX #519668 Ocean Green

📋 copy color: '#519668'

red 81 ◦ green 150 ◦ blue 104

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

Shades of Ocean Green #519668

Tints of Ocean Green #519668

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.78%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 24.18%
G = 44.78%
B = 31.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#519668 (or 0x519668) is known color: Ocean Green. HEX triplet: 51, 96 and 68. RGB value is (81,150,104). Sum of RGB (Red+Green+Blue) = 81+150+104=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #519668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519668 is #AE6997. Grayscale: #7C7C7C. Windows color (decimal): -11430296 or 6854225. OLE color: 6854225.

HSL color Cylindrical-coordinate representation of color #519668: hue angle of 140º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519668 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 104 -
CMYK 0.46 0 0.31 0.41
HSL 140º 0.3% 0.45% -
HSV(B) 140º 0.46% 0.59% -
XYZ 16.8 24.56 16.95 -
YUV 124.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 81 150 104 0.46 0 0.31 0.41 140 0.3 0.45
Hex 51 96 68 2E 0 1F 29 8C 1E 2D
Octal 121 226 150 56 0 37 51 214 36 55
Binary 1010001 10010110 1101000 101110 0 11111 101001 10001100 11110 101101

Color Harmonies of #519668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519668

Black with #519668

Text Example


Text Example

White with #519668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519668; }

 p { color: rgb(81,150,104); }

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

background-color css

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

 a { background-color: rgb(81,150,104); }

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

border-color css

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

 span { border-color: rgb(81,150,104); }

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