#ACDAC1

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

Shades of Nebula #ACDAC1

Tints of Nebula #ACDAC1

Color information

#ACDAC1 (or 0xACDAC1) is unknown color: approx Nebula. HEX triplet: AC, DA and C1. RGB value is (172,218,193). Sum of RGB (Red+Green+Blue) = 172+218+193=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAC1 is #53253E. Grayscale: #C9C9C9. Windows color (decimal): -5449023 or 12704428. OLE color: 12704428.

HSL color Cylindrical-coordinate representation of color #ACDAC1: hue angle of 147.39º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAC1 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB172218193-
CMYK0.2100.110.15
HSL147.39º38.33%76.47%-
HSV(B)147.39º21.1%85.49%-
XYZ51.7162.7659.84-
YUV201.4123.26107.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=29.50%
G=37.39%
B=33.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181930.2100.110.15147.3938.3376.47
HexACDAC1150BF93264c
Octal254332301250131722346114
Binary10101100110110101100000110101010111111100100111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAC1; }

 p { color: rgb(172,218,193); }

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

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

 a { background-color: rgb(172,218,193); }

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

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

 span { border-color: rgb(172,218,193); }

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