Html Css Color HEX #ACDCD4 Scandal

📋 copy color: '#ACDCD4'

red 172 ◦ green 220 ◦ blue 212

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

Shades of Scandal #ACDCD4

Tints of Scandal #ACDCD4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

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

R = 28.48%
G = 36.42%
B = 35.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#ACDCD4 (or 0xACDCD4) is known color: Scandal. HEX triplet: AC, DC and D4. RGB value is (172,220,212). Sum of RGB (Red+Green+Blue) = 172+220+212=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCD4 is #53232B. Grayscale: #CCCCCC. Windows color (decimal): -5448492 or 13950124. OLE color: 13950124.

HSL color Cylindrical-coordinate representation of color #ACDCD4: hue angle of 170º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCD4 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 212 -
CMYK 0.22 0 0.04 0.14
HSL 170º 0.41% 0.77% -
HSV(B) 170º 0.22% 0.86% -
XYZ 54.49 64.71 71.91 -
YUV 204.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 172 220 212 0.22 0 0.04 0.14 170 0.41 0.77
Hex AC DC D4 16 0 4 E AA 29 4D
Octal 254 334 324 26 0 4 16 252 51 115
Binary 10101100 11011100 11010100 10110 0 100 1110 10101010 101001 1001101

Color Harmonies of #ACDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCD4

Black with #ACDCD4

Text Example


Text Example

White with #ACDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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