Html Css Color HEX #ACD6CC Scandal

📋 copy color: '#ACD6CC'

red 172 ◦ green 214 ◦ blue 204

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

Shades of Scandal #ACD6CC

Tints of Scandal #ACD6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.27%

 BLUE value IS 204 (80.08% from 255) = 34.58%

R = 29.15%
G = 36.27%
B = 34.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#ACD6CC (or 0xACD6CC) is known color: Scandal. HEX triplet: AC, D6 and CC. RGB value is (172,214,204). Sum of RGB (Red+Green+Blue) = 172+214+204=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6CC is #532933. Grayscale: #C8C8C8. Windows color (decimal): -5450036 or 13424300. OLE color: 13424300.

HSL color Cylindrical-coordinate representation of color #ACD6CC: hue angle of 165.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6CC is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 204 -
CMYK 0.20 0 0.05 0.16
HSL 165.71º 0.34% 0.76% -
HSV(B) 165.71º 0.2% 0.84% -
XYZ 51.96 61.22 66.21 -
YUV 200.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 172 214 204 0.20 0 0.05 0.16 165.71 0.34 0.76
Hex AC D6 CC 14 0 5 10 A6 22 4C
Octal 254 326 314 24 0 5 20 246 42 114
Binary 10101100 11010110 11001100 10100 0 101 10000 10100110 100010 1001100

Color Harmonies of #ACD6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6CC

Black with #ACD6CC

Text Example


Text Example

White with #ACD6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6CC; }

 p { color: rgb(172,214,204); }

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

background-color css

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

 a { background-color: rgb(172,214,204); }

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

border-color css

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

 span { border-color: rgb(172,214,204); }

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