#ACD0CD

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

Shades of Sinbad #ACD0CD

Tints of Sinbad #ACD0CD

Color information

#ACD0CD (or 0xACD0CD) is unknown color: approx Sinbad. HEX triplet: AC, D0 and CD. RGB value is (172,208,205). Sum of RGB (Red+Green+Blue) = 172+208+205=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0CD is #532F32. Grayscale: #C4C4C4. Windows color (decimal): -5451571 or 13488300. OLE color: 13488300.

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

Color convert

RGB172208205-
CMYK0.1700.010.18
HSL175º27.69%74.51%-
HSV(B)175º17.31%81.57%-
XYZ50.5958.2966.34-
YUV196.89132.57110.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=29.40%
G=35.56%
B=35.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722082050.1700.010.1817527.6974.51
HexACD0CD110112af1c4b
Octal25432031521012225734113
Binary10101100110100001100110110001011001010101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0CD; }

 p { color: rgb(172,208,205); }

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

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

 a { background-color: rgb(172,208,205); }

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

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

 span { border-color: rgb(172,208,205); }

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