Html Css Color HEX #ACD8D0 Scandal

📋 copy color: '#ACD8D0'

red 172 ◦ green 216 ◦ blue 208

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

Shades of Scandal #ACD8D0

Tints of Scandal #ACD8D0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.24%

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

R = 28.86%
G = 36.24%
B = 34.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#ACD8D0 (or 0xACD8D0) is known color: Scandal. HEX triplet: AC, D8 and D0. RGB value is (172,216,208). Sum of RGB (Red+Green+Blue) = 172+216+208=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8D0 is #53272F. Grayscale: #C9C9C9. Windows color (decimal): -5449520 or 13686956. OLE color: 13686956.

HSL color Cylindrical-coordinate representation of color #ACD8D0: hue angle of 169.09º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8D0 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 208 -
CMYK 0.20 0 0.04 0.15
HSL 169.09º 0.36% 0.76% -
HSV(B) 169.09º 0.2% 0.85% -
XYZ 52.95 62.44 68.93 -
YUV 201.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 172 216 208 0.20 0 0.04 0.15 169.09 0.36 0.76
Hex AC D8 D0 14 0 4 F A9 24 4C
Octal 254 330 320 24 0 4 17 251 44 114
Binary 10101100 11011000 11010000 10100 0 100 1111 10101001 100100 1001100

Color Harmonies of #ACD8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8D0

Black with #ACD8D0

Text Example


Text Example

White with #ACD8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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