Html Css Color HEX #ACD9D0 Scandal

📋 copy color: '#ACD9D0'

red 172 ◦ green 217 ◦ blue 208

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

Shades of Scandal #ACD9D0

Tints of Scandal #ACD9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.84%

R = 28.81%
G = 36.35%
B = 34.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#ACD9D0 (or 0xACD9D0) is known color: Scandal. HEX triplet: AC, D9 and D0. RGB value is (172,217,208). Sum of RGB (Red+Green+Blue) = 172+217+208=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9D0 is #53262F. Grayscale: #CACACA. Windows color (decimal): -5449264 or 13687212. OLE color: 13687212.

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

Color convert

RGB 172 217 208 -
CMYK 0.21 0 0.04 0.15
HSL 168º 0.37% 0.76% -
HSV(B) 168º 0.21% 0.85% -
XYZ 53.21 62.95 69.02 -
YUV 202.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 172 217 208 0.21 0 0.04 0.15 168 0.37 0.76
Hex AC D9 D0 15 0 4 F A8 25 4C
Octal 254 331 320 25 0 4 17 250 45 114
Binary 10101100 11011001 11010000 10101 0 100 1111 10101000 100101 1001100

Color Harmonies of #ACD9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9D0

Black with #ACD9D0

Text Example


Text Example

White with #ACD9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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