Html Css Color HEX #ACDAD4 Scandal

📋 copy color: '#ACDAD4'

red 172 ◦ green 218 ◦ blue 212

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

Shades of Scandal #ACDAD4

Tints of Scandal #ACDAD4

RGB

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

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

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

R = 28.57%
G = 36.21%
B = 35.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#ACDAD4 (or 0xACDAD4) is known color: Scandal. HEX triplet: AC, DA and D4. RGB value is (172,218,212). Sum of RGB (Red+Green+Blue) = 172+218+212=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAD4 is #53252B. Grayscale: #CBCBCB. Windows color (decimal): -5449004 or 13949612. OLE color: 13949612.

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

Color convert

RGB 172 218 212 -
CMYK 0.21 0 0.03 0.15
HSL 172.17º 0.38% 0.76% -
HSV(B) 172.17º 0.21% 0.85% -
XYZ 53.97 63.67 71.73 -
YUV 203.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 172 218 212 0.21 0 0.03 0.15 172.17 0.38 0.76
Hex AC DA D4 15 0 3 F AC 26 4C
Octal 254 332 324 25 0 3 17 254 46 114
Binary 10101100 11011010 11010100 10101 0 11 1111 10101100 100110 1001100

Color Harmonies of #ACDAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAD4

Black with #ACDAD4

Text Example


Text Example

White with #ACDAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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