Html Css Color HEX #ACDAC2 Nebula

📋 copy color: '#ACDAC2'

red 172 ◦ green 218 ◦ blue 194

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

Shades of Nebula #ACDAC2

Tints of Nebula #ACDAC2

RGB

 RED value IS 172 (67.58% from 255) = 29.45%

 GREEN value IS 218 (85.55% from 255) = 37.33%

 BLUE value IS 194 (76.17% from 255) = 33.22%

R = 29.45%
G = 37.33%
B = 33.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#ACDAC2 (or 0xACDAC2) is known color: Nebula. HEX triplet: AC, DA and C2. RGB value is (172,218,194). Sum of RGB (Red+Green+Blue) = 172+218+194=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAC2 is #53253D. Grayscale: #C9C9C9. Windows color (decimal): -5449022 or 12769964. OLE color: 12769964.

HSL color Cylindrical-coordinate representation of color #ACDAC2: hue angle of 148.7º 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 #ACDAC2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 194 -
CMYK 0.21 0 0.11 0.15
HSL 148.7º 0.38% 0.76% -
HSV(B) 148.7º 0.21% 0.85% -
XYZ 51.82 62.81 60.43 -
YUV 201.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 172 218 194 0.21 0 0.11 0.15 148.7 0.38 0.76
Hex AC DA C2 15 0 B F 95 26 4C
Octal 254 332 302 25 0 13 17 225 46 114
Binary 10101100 11011010 11000010 10101 0 1011 1111 10010101 100110 1001100

Color Harmonies of #ACDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAC2

Black with #ACDAC2

Text Example


Text Example

White with #ACDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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