Html Css Color HEX #ACD8CA Scandal

📋 copy color: '#ACD8CA'

red 172 ◦ green 216 ◦ blue 202

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

Shades of Scandal #ACD8CA

Tints of Scandal #ACD8CA

RGB

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

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

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

R = 29.15%
G = 36.61%
B = 34.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#ACD8CA (or 0xACD8CA) is known color: Scandal. HEX triplet: AC, D8 and CA. RGB value is (172,216,202). Sum of RGB (Red+Green+Blue) = 172+216+202=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8CA is #532735. Grayscale: #C9C9C9. Windows color (decimal): -5449526 or 13293740. OLE color: 13293740.

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

Color convert

RGB 172 216 202 -
CMYK 0.20 0 0.06 0.15
HSL 160.91º 0.36% 0.76% -
HSV(B) 160.91º 0.2% 0.85% -
XYZ 52.23 62.15 65.12 -
YUV 201.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 172 216 202 0.20 0 0.06 0.15 160.91 0.36 0.76
Hex AC D8 CA 14 0 6 F A1 24 4C
Octal 254 330 312 24 0 6 17 241 44 114
Binary 10101100 11011000 11001010 10100 0 110 1111 10100001 100100 1001100

Color Harmonies of #ACD8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8CA

Black with #ACD8CA

Text Example


Text Example

White with #ACD8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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