Html Css Color HEX #ACD5CC Scandal

📋 copy color: '#ACD5CC'

red 172 ◦ green 213 ◦ blue 204

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

Shades of Scandal #ACD5CC

Tints of Scandal #ACD5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.16%

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

R = 29.2%
G = 36.16%
B = 34.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#ACD5CC (or 0xACD5CC) is known color: Scandal. HEX triplet: AC, D5 and CC. RGB value is (172,213,204). Sum of RGB (Red+Green+Blue) = 172+213+204=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5CC is #532A33. Grayscale: #C7C7C7. Windows color (decimal): -5450292 or 13424044. OLE color: 13424044.

HSL color Cylindrical-coordinate representation of color #ACD5CC: hue angle of 166.83º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5CC is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 204 -
CMYK 0.19 0 0.04 0.16
HSL 166.83º 0.33% 0.75% -
HSV(B) 166.83º 0.19% 0.84% -
XYZ 51.71 60.72 66.12 -
YUV 199.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 172 213 204 0.19 0 0.04 0.16 166.83 0.33 0.75
Hex AC D5 CC 13 0 4 10 A7 21 4B
Octal 254 325 314 23 0 4 20 247 41 113
Binary 10101100 11010101 11001100 10011 0 100 10000 10100111 100001 1001011

Color Harmonies of #ACD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5CC

Black with #ACD5CC

Text Example


Text Example

White with #ACD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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