Html Css Color HEX #729EAB Neptune

📋 copy color: '#729EAB'

red 114 ◦ green 158 ◦ blue 171

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

Shades of Neptune #729EAB

Tints of Neptune #729EAB

RGB

 RED value IS 114 (44.92% from 255) = 25.73%

 GREEN value IS 158 (62.11% from 255) = 35.67%

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 25.73%
G = 35.67%
B = 38.6%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#729EAB (or 0x729EAB) is known color: Neptune. HEX triplet: 72, 9E and AB. RGB value is (114,158,171). Sum of RGB (Red+Green+Blue) = 114+158+171=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #729EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729EAB is #8D6154. Grayscale: #929292. Windows color (decimal): -9265493 or 11247218. OLE color: 11247218.

HSL color Cylindrical-coordinate representation of color #729EAB: hue angle of 193.68º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729EAB is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 158 171 -
CMYK 0.33 0.08 0 0.33
HSL 193.68º 0.25% 0.56% -
HSV(B) 193.68º 0.33% 0.67% -
XYZ 26.52 30.97 43.11 -
YUV 146.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 114 158 171 0.33 0.08 0 0.33 193.68 0.25 0.56
Hex 72 9E AB 21 8 0 21 C2 19 38
Octal 162 236 253 41 10 0 41 302 31 70
Binary 1110010 10011110 10101011 100001 1000 0 100001 11000010 11001 111000

Color Harmonies of #729EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EAB

Black with #729EAB

Text Example


Text Example

White with #729EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729EAB; }

 p { color: rgb(114,158,171); }

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

background-color css

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

 a { background-color: rgb(114,158,171); }

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

border-color css

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

 span { border-color: rgb(114,158,171); }

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