Html Css Color HEX #72ADB5 Neptune

📋 copy color: '#72ADB5'

red 114 ◦ green 173 ◦ blue 181

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

Shades of Neptune #72ADB5

Tints of Neptune #72ADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.97%

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 24.36%
G = 36.97%
B = 38.68%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#72ADB5 (or 0x72ADB5) is known color: Neptune. HEX triplet: 72, AD and B5. RGB value is (114,173,181). Sum of RGB (Red+Green+Blue) = 114+173+181=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #72ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADB5 is #8D524A. Grayscale: #9C9C9C. Windows color (decimal): -9261643 or 11906418. OLE color: 11906418.

HSL color Cylindrical-coordinate representation of color #72ADB5: hue angle of 187.16º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72ADB5 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 173 181 -
CMYK 0.37 0.04 0 0.29
HSL 187.16º 0.31% 0.58% -
HSV(B) 187.16º 0.37% 0.71% -
XYZ 30.22 36.8 49.23 -
YUV 156.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 114 173 181 0.37 0.04 0 0.29 187.16 0.31 0.58
Hex 72 AD B5 25 4 0 1D BB 1F 3A
Octal 162 255 265 45 4 0 35 273 37 72
Binary 1110010 10101101 10110101 100101 100 0 11101 10111011 11111 111010

Color Harmonies of #72ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ADB5

Black with #72ADB5

Text Example


Text Example

White with #72ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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