#72ADAF

Color #72ADAF Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #72ADAF

Tints of Neptune #72ADAF

Color information

#72ADAF (or 0x72ADAF) is unknown color: approx Neptune. HEX triplet: 72, AD and AF. RGB value is (114,173,175). Sum of RGB (Red+Green+Blue) = 114+173+175=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #72ADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72ADAF is #8D5250. Grayscale: #9B9B9B. Windows color (decimal): -9261649 or 11513202. OLE color: 11513202.

HSL color Cylindrical-coordinate representation of color #72ADAF: hue angle of 181.97º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72ADAF is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114173175-
CMYK0.350.0100.31
HSL181.97º27.6%56.67%-
HSV(B)181.97º34.86%68.63%-
XYZ29.6236.5646.05-
YUV155.59138.9598.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.68%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=24.68%
G=37.45%
B=37.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141731750.350.0100.31181.9727.656.67
Hex72ADAF23101Fb61c39
Octal1622552574310372663471
Binary1110010101011011010111110001110111111011011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,173,175); }

 H1.HeaderClassName
 {
   color: #72ADAF;
 }
 .AnyTagClassName
 {
   color: #72ADAF;
 }
</style>
background-color css

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

 a { background-color: rgb(114,173,175); }

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

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

 span { border-color: rgb(114,173,175); }

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