Html Css Color HEX #729C9F Neptune

📋 copy color: '#729C9F'

red 114 ◦ green 156 ◦ blue 159

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

Shades of Neptune #729C9F

Tints of Neptune #729C9F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

 BLUE value IS 159 (62.5% from 255) = 37.06%

R = 26.57%
G = 36.36%
B = 37.06%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#729C9F (or 0x729C9F) is known color: Neptune. HEX triplet: 72, 9C and 9F. RGB value is (114,156,159). Sum of RGB (Red+Green+Blue) = 114+156+159=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #729C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729C9F is #8D6360. Grayscale: #8F8F8F. Windows color (decimal): -9266017 or 10460274. OLE color: 10460274.

HSL color Cylindrical-coordinate representation of color #729C9F: hue angle of 184º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729C9F is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 156 159 -
CMYK 0.28 0.02 0 0.38
HSL 184º 0.19% 0.54% -
HSV(B) 184º 0.28% 0.62% -
XYZ 25.09 29.86 37.24 -
YUV 143.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 114 156 159 0.28 0.02 0 0.38 184 0.19 0.54
Hex 72 9C 9F 1C 2 0 26 B8 13 36
Octal 162 234 237 34 2 0 46 270 23 66
Binary 1110010 10011100 10011111 11100 10 0 100110 10111000 10011 110110

Color Harmonies of #729C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729C9F

Black with #729C9F

Text Example


Text Example

White with #729C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,156,159); }

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

background-color css

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

 a { background-color: rgb(114,156,159); }

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

border-color css

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

 span { border-color: rgb(114,156,159); }

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