Html Css Color HEX #72ABAC Neptune

📋 copy color: '#72ABAC'

red 114 ◦ green 171 ◦ blue 172

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

Shades of Neptune #72ABAC

Tints of Neptune #72ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

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

R = 24.95%
G = 37.42%
B = 37.64%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#72ABAC (or 0x72ABAC) is known color: Neptune. HEX triplet: 72, AB and AC. RGB value is (114,171,172). Sum of RGB (Red+Green+Blue) = 114+171+172=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #72ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72ABAC is #8D5453. Grayscale: #9A9A9A. Windows color (decimal): -9262164 or 11316082. OLE color: 11316082.

HSL color Cylindrical-coordinate representation of color #72ABAC: hue angle of 181.03º 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 #72ABAC is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 171 172 -
CMYK 0.34 0.01 0 0.33
HSL 181.03º 0.26% 0.56% -
HSV(B) 181.03º 0.34% 0.67% -
XYZ 28.95 35.68 44.39 -
YUV 154.07 138.12 99.42 -
System Red Green Blue C M Y K H S L
Decimal 114 171 172 0.34 0.01 0 0.33 181.03 0.26 0.56
Hex 72 AB AC 22 1 0 21 B5 1A 38
Octal 162 253 254 42 1 0 41 265 32 70
Binary 1110010 10101011 10101100 100010 1 0 100001 10110101 11010 111000

Color Harmonies of #72ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABAC

Black with #72ABAC

Text Example


Text Example

White with #72ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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