#ACD1CE

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

Shades of Sinbad #ACD1CE

Tints of Sinbad #ACD1CE

Color information

#ACD1CE (or 0xACD1CE) is unknown color: approx Sinbad. HEX triplet: AC, D1 and CE. RGB value is (172,209,206). Sum of RGB (Red+Green+Blue) = 172+209+206=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1CE is #532E31. Grayscale: #C5C5C5. Windows color (decimal): -5451314 or 13554092. OLE color: 13554092.

HSL color Cylindrical-coordinate representation of color #ACD1CE: hue angle of 175.14º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD1CE is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB172209206-
CMYK0.1800.010.18
HSL175.14º28.68%74.71%-
HSV(B)175.14º17.7%81.96%-
XYZ50.9558.8367.06-
YUV197.6132.74109.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 209 (82.03% from 255) = 35.60%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=29.30%
G=35.60%
B=35.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722092060.1800.010.18175.1428.6874.71
HexACD1CE120112af1d4b
Octal25432131622012225735113
Binary10101100110100011100111010010011001010101111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1CE; }

 p { color: rgb(172,209,206); }

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

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

 a { background-color: rgb(172,209,206); }

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

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

 span { border-color: rgb(172,209,206); }

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