Html Css Color HEX #ACD9CC Scandal

📋 copy color: '#ACD9CC'

red 172 ◦ green 217 ◦ blue 204

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

Shades of Scandal #ACD9CC

Tints of Scandal #ACD9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 29.01%
G = 36.59%
B = 34.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#ACD9CC (or 0xACD9CC) is known color: Scandal. HEX triplet: AC, D9 and CC. RGB value is (172,217,204). Sum of RGB (Red+Green+Blue) = 172+217+204=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9CC is #532633. Grayscale: #CACACA. Windows color (decimal): -5449268 or 13425068. OLE color: 13425068.

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

Color convert

RGB 172 217 204 -
CMYK 0.21 0 0.06 0.15
HSL 162.67º 0.37% 0.76% -
HSV(B) 162.67º 0.21% 0.85% -
XYZ 52.73 62.76 66.46 -
YUV 202.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 172 217 204 0.21 0 0.06 0.15 162.67 0.37 0.76
Hex AC D9 CC 15 0 6 F A3 25 4C
Octal 254 331 314 25 0 6 17 243 45 114
Binary 10101100 11011001 11001100 10101 0 110 1111 10100011 100101 1001100

Color Harmonies of #ACD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9CC

Black with #ACD9CC

Text Example


Text Example

White with #ACD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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