Html Css Color HEX #ACD0C9 Scandal

📋 copy color: '#ACD0C9'

red 172 ◦ green 208 ◦ blue 201

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

Shades of Scandal #ACD0C9

Tints of Scandal #ACD0C9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.8%

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 29.6%
G = 35.8%
B = 34.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#ACD0C9 (or 0xACD0C9) is known color: Scandal. HEX triplet: AC, D0 and C9. RGB value is (172,208,201). Sum of RGB (Red+Green+Blue) = 172+208+201=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0C9 is #532F36. Grayscale: #C4C4C4. Windows color (decimal): -5451575 or 13226156. OLE color: 13226156.

HSL color Cylindrical-coordinate representation of color #ACD0C9: hue angle of 168.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACD0C9 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 201 -
CMYK 0.17 0 0.03 0.18
HSL 168.33º 0.28% 0.75% -
HSV(B) 168.33º 0.17% 0.82% -
XYZ 50.11 58.1 63.83 -
YUV 196.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 172 208 201 0.17 0 0.03 0.18 168.33 0.28 0.75
Hex AC D0 C9 11 0 3 12 A8 1C 4B
Octal 254 320 311 21 0 3 22 250 34 113
Binary 10101100 11010000 11001001 10001 0 11 10010 10101000 11100 1001011

Color Harmonies of #ACD0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0C9

Black with #ACD0C9

Text Example


Text Example

White with #ACD0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0C9; }

 p { color: rgb(172,208,201); }

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

background-color css

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

 a { background-color: rgb(172,208,201); }

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

border-color css

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

 span { border-color: rgb(172,208,201); }

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