Html Css Color HEX #ACD4CA Scandal

📋 copy color: '#ACD4CA'

red 172 ◦ green 212 ◦ blue 202

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

Shades of Scandal #ACD4CA

Tints of Scandal #ACD4CA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.18%

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 29.35%
G = 36.18%
B = 34.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#ACD4CA (or 0xACD4CA) is known color: Scandal. HEX triplet: AC, D4 and CA. RGB value is (172,212,202). Sum of RGB (Red+Green+Blue) = 172+212+202=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4CA is #532B35. Grayscale: #C6C6C6. Windows color (decimal): -5450550 or 13292716. OLE color: 13292716.

HSL color Cylindrical-coordinate representation of color #ACD4CA: hue angle of 165º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD4CA is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 202 -
CMYK 0.19 0 0.05 0.17
HSL 165º 0.32% 0.75% -
HSV(B) 165º 0.19% 0.83% -
XYZ 51.22 60.12 64.78 -
YUV 198.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 172 212 202 0.19 0 0.05 0.17 165 0.32 0.75
Hex AC D4 CA 13 0 5 11 A5 20 4B
Octal 254 324 312 23 0 5 21 245 40 113
Binary 10101100 11010100 11001010 10011 0 101 10001 10100101 100000 1001011

Color Harmonies of #ACD4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4CA

Black with #ACD4CA

Text Example


Text Example

White with #ACD4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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