#ACD5CB

Color #ACD5CB Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #ACD5CB

Tints of Scandal #ACD5CB

Color information

#ACD5CB (or 0xACD5CB) is unknown color: approx Scandal. HEX triplet: AC, D5 and CB. RGB value is (172,213,203). Sum of RGB (Red+Green+Blue) = 172+213+203=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5CB is #532A34. Grayscale: #C7C7C7. Windows color (decimal): -5450293 or 13358508. OLE color: 13358508.

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

Color convert

RGB172213203-
CMYK0.1900.050.16
HSL165.37º32.8%75.49%-
HSV(B)165.37º19.25%83.53%-
XYZ51.5960.6765.49-
YUV199.6129.92108.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=29.25%
G=36.22%
B=34.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722132030.1900.050.16165.3732.875.49
HexACD5CB130510a5214b
Octal25432531323052024541113
Binary10101100110101011100101110011010110000101001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5CB; }

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

 H1.HeaderClassName
 {
   color: #ACD5CB;
 }
 .AnyTagClassName
 {
   color: #ACD5CB;
 }
</style>
background-color css

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

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

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

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

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

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