#A4D0CA

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

Shades of Sinbad #A4D0CA

Tints of Sinbad #A4D0CA

Color information

#A4D0CA (or 0xA4D0CA) is unknown color: approx Sinbad. HEX triplet: A4, D0 and CA. RGB value is (164,208,202). Sum of RGB (Red+Green+Blue) = 164+208+202=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D0CA is #5B2F35. Grayscale: #C2C2C2. Windows color (decimal): -5975862 or 13291684. OLE color: 13291684.

HSL color Cylindrical-coordinate representation of color #A4D0CA: hue angle of 171.82º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4D0CA is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB164208202-
CMYK0.2100.030.18
HSL171.82º31.88%72.94%-
HSV(B)171.82º21.15%81.57%-
XYZ48.5357.2764.37-
YUV194.16132.42106.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.57%
GREEN value IS 208 (81.64% from 255) = 36.24%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=28.57%
G=36.24%
B=35.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642082020.2100.030.18171.8231.8872.94
HexA4D0CA150312ac2049
Octal24432031225032225440111
Binary1010010011010000110010101010101110010101011001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D0CA; }

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

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

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

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

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

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

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

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