#A4CDCA

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

Shades of Sinbad #A4CDCA

Tints of Sinbad #A4CDCA

Color information

#A4CDCA (or 0xA4CDCA) is unknown color: approx Sinbad. HEX triplet: A4, CD and CA. RGB value is (164,205,202). Sum of RGB (Red+Green+Blue) = 164+205+202=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDCA is #5B3235. Grayscale: #C0C0C0. Windows color (decimal): -5976630 or 13290916. OLE color: 13290916.

HSL color Cylindrical-coordinate representation of color #A4CDCA: hue angle of 175.61º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDCA is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB164205202-
CMYK0.200.010.20
HSL175.61º29.08%72.35%-
HSV(B)175.61º20%80.39%-
XYZ47.855.8264.13-
YUV192.4133.42107.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.72%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=28.72%
G=35.90%
B=35.38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642052020.200.010.20175.6129.0872.35
HexA4CDCA140114b01d48
Octal24431531224012426035110
Binary10100100110011011100101010100011010010110000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDCA; }

 p { color: rgb(164,205,202); }

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

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

 a { background-color: rgb(164,205,202); }

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

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

 span { border-color: rgb(164,205,202); }

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