#ACD7D3

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

Shades of Sinbad #ACD7D3

Tints of Sinbad #ACD7D3

Color information

#ACD7D3 (or 0xACD7D3) is unknown color: approx Sinbad. HEX triplet: AC, D7 and D3. RGB value is (172,215,211). Sum of RGB (Red+Green+Blue) = 172+215+211=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7D3 is #53282C. Grayscale: #C9C9C9. Windows color (decimal): -5449773 or 13883308. OLE color: 13883308.

HSL color Cylindrical-coordinate representation of color #ACD7D3: hue angle of 174.42º degrees, saturation: 0.35, 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 #ACD7D3 is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB172215211-
CMYK0.200.020.16
HSL174.42º34.96%75.88%-
HSV(B)174.42º20%84.31%-
XYZ53.0762.0770.81-
YUV201.69133.25106.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 211 (82.81% from 255) = 35.28%
R=28.76%
G=35.95%
B=35.28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722152110.200.020.16174.4234.9675.88
HexACD7D3140210ae234c
Octal25432732324022025643114
Binary1010110011010111110100111010001010000101011101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7D3; }

 p { color: rgb(172,215,211); }

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

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

 a { background-color: rgb(172,215,211); }

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

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

 span { border-color: rgb(172,215,211); }

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