Html Css Color HEX #72A1AC Neptune

📋 copy color: '#72A1AC'

red 114 ◦ green 161 ◦ blue 172

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

Shades of Neptune #72A1AC

Tints of Neptune #72A1AC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 25.5%
G = 36.02%
B = 38.48%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#72A1AC (or 0x72A1AC) is known color: Neptune. HEX triplet: 72, A1 and AC. RGB value is (114,161,172). Sum of RGB (Red+Green+Blue) = 114+161+172=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #72A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A1AC is #8D5E53. Grayscale: #949494. Windows color (decimal): -9264724 or 11313522. OLE color: 11313522.

HSL color Cylindrical-coordinate representation of color #72A1AC: hue angle of 191.38º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72A1AC is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 161 172 -
CMYK 0.34 0.06 0 0.33
HSL 191.38º 0.26% 0.56% -
HSV(B) 191.38º 0.34% 0.67% -
XYZ 27.13 32.05 43.79 -
YUV 148.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 114 161 172 0.34 0.06 0 0.33 191.38 0.26 0.56
Hex 72 A1 AC 22 6 0 21 BF 1A 38
Octal 162 241 254 42 6 0 41 277 32 70
Binary 1110010 10100001 10101100 100010 110 0 100001 10111111 11010 111000

Color Harmonies of #72A1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A1AC

Black with #72A1AC

Text Example


Text Example

White with #72A1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A1AC; }

 p { color: rgb(114,161,172); }

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

background-color css

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

 a { background-color: rgb(114,161,172); }

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

border-color css

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

 span { border-color: rgb(114,161,172); }

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