Html Css Color HEX #ACD9CA Scandal

📋 copy color: '#ACD9CA'

red 172 ◦ green 217 ◦ blue 202

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

Shades of Scandal #ACD9CA

Tints of Scandal #ACD9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 29.1%
G = 36.72%
B = 34.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#ACD9CA (or 0xACD9CA) is known color: Scandal. HEX triplet: AC, D9 and CA. RGB value is (172,217,202). Sum of RGB (Red+Green+Blue) = 172+217+202=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9CA is #532635. Grayscale: #C9C9C9. Windows color (decimal): -5449270 or 13293996. OLE color: 13293996.

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

Color convert

RGB 172 217 202 -
CMYK 0.21 0 0.07 0.15
HSL 160º 0.37% 0.76% -
HSV(B) 160º 0.21% 0.85% -
XYZ 52.49 62.66 65.21 -
YUV 201.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 172 217 202 0.21 0 0.07 0.15 160 0.37 0.76
Hex AC D9 CA 15 0 7 F A0 25 4C
Octal 254 331 312 25 0 7 17 240 45 114
Binary 10101100 11011001 11001010 10101 0 111 1111 10100000 100101 1001100

Color Harmonies of #ACD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9CA

Black with #ACD9CA

Text Example


Text Example

White with #ACD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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