Html Css Color HEX #72ADAC Neptune

📋 copy color: '#72ADAC'

red 114 ◦ green 173 ◦ blue 172

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

Shades of Neptune #72ADAC

Tints of Neptune #72ADAC

RGB

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

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

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

R = 24.84%
G = 37.69%
B = 37.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#72ADAC (or 0x72ADAC) is known color: Neptune. HEX triplet: 72, AD and AC. RGB value is (114,173,172). Sum of RGB (Red+Green+Blue) = 114+173+172=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 173 - color contains mainly: green. Hex color #72ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72ADAC is #8D5253. Grayscale: #9B9B9B. Windows color (decimal): -9261652 or 11316594. OLE color: 11316594.

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

Color convert

RGB 114 173 172 -
CMYK 0.34 0 0.01 0.32
HSL 178.98º 0.26% 0.56% -
HSV(B) 178.98º 0.34% 0.68% -
XYZ 29.33 36.44 44.52 -
YUV 155.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 114 173 172 0.34 0 0.01 0.32 178.98 0.26 0.56
Hex 72 AD AC 22 0 1 20 B3 1A 38
Octal 162 255 254 42 0 1 40 263 32 70
Binary 1110010 10101101 10101100 100010 0 1 100000 10110011 11010 111000

Color Harmonies of #72ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ADAC

Black with #72ADAC

Text Example


Text Example

White with #72ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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