Html Css Color HEX #ACD5C9 Scandal

📋 copy color: '#ACD5C9'

red 172 ◦ green 213 ◦ blue 201

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

Shades of Scandal #ACD5C9

Tints of Scandal #ACD5C9

RGB

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

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

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

R = 29.35%
G = 36.35%
B = 34.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#ACD5C9 (or 0xACD5C9) is known color: Scandal. HEX triplet: AC, D5 and C9. RGB value is (172,213,201). Sum of RGB (Red+Green+Blue) = 172+213+201=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5C9 is #532A36. Grayscale: #C7C7C7. Windows color (decimal): -5450295 or 13227436. OLE color: 13227436.

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

Color convert

RGB 172 213 201 -
CMYK 0.19 0 0.06 0.16
HSL 162.44º 0.33% 0.75% -
HSV(B) 162.44º 0.19% 0.84% -
XYZ 51.35 60.58 64.24 -
YUV 199.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 172 213 201 0.19 0 0.06 0.16 162.44 0.33 0.75
Hex AC D5 C9 13 0 6 10 A2 21 4B
Octal 254 325 311 23 0 6 20 242 41 113
Binary 10101100 11010101 11001001 10011 0 110 10000 10100010 100001 1001011

Color Harmonies of #ACD5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5C9

Black with #ACD5C9

Text Example


Text Example

White with #ACD5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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