#A4D4CC

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

Shades of Sinbad #A4D4CC

Tints of Sinbad #A4D4CC

Color information

#A4D4CC (or 0xA4D4CC) is unknown color: approx Sinbad. HEX triplet: A4, D4 and CC. RGB value is (164,212,204). Sum of RGB (Red+Green+Blue) = 164+212+204=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D4CC is #5B2B33. Grayscale: #C4C4C4. Windows color (decimal): -5974836 or 13423780. OLE color: 13423780.

HSL color Cylindrical-coordinate representation of color #A4D4CC: hue angle of 170º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D4CC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB164212204-
CMYK0.2300.040.17
HSL170º35.82%73.73%-
HSV(B)170º22.64%83.14%-
XYZ49.7559.3465.96-
YUV196.74132.1104.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.28%
GREEN value IS 212 (83.20% from 255) = 36.55%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=28.28%
G=36.55%
B=35.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642122040.2300.040.1717035.8273.73
HexA4D4CC170411aa244a
Octal24432431427042125244112
Binary10100100110101001100110010111010010001101010101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D4CC; }

 p { color: rgb(164,212,204); }

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

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

 a { background-color: rgb(164,212,204); }

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

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

 span { border-color: rgb(164,212,204); }

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