Html Css Color HEX #ACD9D4 Scandal

📋 copy color: '#ACD9D4'

red 172 ◦ green 217 ◦ blue 212

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

Shades of Scandal #ACD9D4

Tints of Scandal #ACD9D4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.11%

 BLUE value IS 212 (83.2% from 255) = 35.27%

R = 28.62%
G = 36.11%
B = 35.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#ACD9D4 (or 0xACD9D4) is known color: Scandal. HEX triplet: AC, D9 and D4. RGB value is (172,217,212). Sum of RGB (Red+Green+Blue) = 172+217+212=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9D4 is #53262B. Grayscale: #CACACA. Windows color (decimal): -5449260 or 13949356. OLE color: 13949356.

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

Color convert

RGB 172 217 212 -
CMYK 0.21 0 0.02 0.15
HSL 173.33º 0.37% 0.76% -
HSV(B) 173.33º 0.21% 0.85% -
XYZ 53.71 63.15 71.65 -
YUV 202.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 172 217 212 0.21 0 0.02 0.15 173.33 0.37 0.76
Hex AC D9 D4 15 0 2 F AD 25 4C
Octal 254 331 324 25 0 2 17 255 45 114
Binary 10101100 11011001 11010100 10101 0 10 1111 10101101 100101 1001100

Color Harmonies of #ACD9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9D4

Black with #ACD9D4

Text Example


Text Example

White with #ACD9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9D4; }

 p { color: rgb(172,217,212); }

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

background-color css

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

 a { background-color: rgb(172,217,212); }

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

border-color css

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

 span { border-color: rgb(172,217,212); }

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