#ACD2DA

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

Shades of French Pass #ACD2DA

Tints of French Pass #ACD2DA

Color information

#ACD2DA (or 0xACD2DA) is unknown color: approx French Pass. HEX triplet: AC, D2 and DA. RGB value is (172,210,218). Sum of RGB (Red+Green+Blue) = 172+210+218=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACD2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2DA is #532D25. Grayscale: #C7C7C7. Windows color (decimal): -5451046 or 14340780. OLE color: 14340780.

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

Color convert

RGB172210218-
CMYK0.210.0400.15
HSL190.43º38.33%76.47%-
HSV(B)190.43º21.1%85.49%-
XYZ52.7159.9375.12-
YUV199.55138.41108.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=28.67%
G=35%
B=36.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722102180.210.0400.15190.4338.3376.47
HexACD2DA1540Fbe264c
Octal25432233225401727646114
Binary1010110011010010110110101010110001111101111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2DA; }

 p { color: rgb(172,210,218); }

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

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

 a { background-color: rgb(172,210,218); }

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

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

 span { border-color: rgb(172,210,218); }

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