Html Css Color HEX #729DAB Neptune

📋 copy color: '#729DAB'

red 114 ◦ green 157 ◦ blue 171

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

Shades of Neptune #729DAB

Tints of Neptune #729DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.52%

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

R = 25.79%
G = 35.52%
B = 38.69%

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

#729DAB (or 0x729DAB) is known color: Neptune. HEX triplet: 72, 9D and AB. RGB value is (114,157,171). Sum of RGB (Red+Green+Blue) = 114+157+171=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #729DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729DAB is #8D6254. Grayscale: #919191. Windows color (decimal): -9265749 or 11246962. OLE color: 11246962.

HSL color Cylindrical-coordinate representation of color #729DAB: hue angle of 194.74º 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 #729DAB is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 157 171 -
CMYK 0.33 0.08 0 0.33
HSL 194.74º 0.25% 0.56% -
HSV(B) 194.74º 0.33% 0.67% -
XYZ 26.35 30.63 43.05 -
YUV 145.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 114 157 171 0.33 0.08 0 0.33 194.74 0.25 0.56
Hex 72 9D AB 21 8 0 21 C3 19 38
Octal 162 235 253 41 10 0 41 303 31 70
Binary 1110010 10011101 10101011 100001 1000 0 100001 11000011 11001 111000

Color Harmonies of #729DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DAB

Black with #729DAB

Text Example


Text Example

White with #729DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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