#A6DFDA

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

Shades of Sinbad #A6DFDA

Tints of Sinbad #A6DFDA

Color information

#A6DFDA (or 0xA6DFDA) is unknown color: approx Sinbad. HEX triplet: A6, DF and DA. RGB value is (166,223,218). Sum of RGB (Red+Green+Blue) = 166+223+218=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFDA is #592025. Grayscale: #CDCDCD. Windows color (decimal): -5840934 or 14344102. OLE color: 14344102.

HSL color Cylindrical-coordinate representation of color #A6DFDA: hue angle of 174.74º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFDA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB166223218-
CMYK0.2600.020.13
HSL174.74º47.11%76.27%-
HSV(B)174.74º25.56%87.45%-
XYZ54.7765.9476.17-
YUV205.39135.1299.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.35%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=27.35%
G=36.74%
B=35.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662232180.2600.020.13174.7447.1176.27
HexA6DFDA1A02Daf2f4c
Octal24633733232021525757114
Binary101001101101111111011010110100101101101011111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFDA; }

 p { color: rgb(166,223,218); }

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

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

 a { background-color: rgb(166,223,218); }

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

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

 span { border-color: rgb(166,223,218); }

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