#A3E0DC

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

Shades of Sinbad #A3E0DC

Tints of Sinbad #A3E0DC

Color information

#A3E0DC (or 0xA3E0DC) is unknown color: approx Sinbad. HEX triplet: A3, E0 and DC. RGB value is (163,224,220). Sum of RGB (Red+Green+Blue) = 163+224+220=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E0DC is #5C1F23. Grayscale: #CDCDCD. Windows color (decimal): -6037284 or 14475427. OLE color: 14475427.

HSL color Cylindrical-coordinate representation of color #A3E0DC: hue angle of 176.07º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3E0DC is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB163224220-
CMYK0.2700.020.12
HSL176.07º49.59%75.88%-
HSV(B)176.07º27.23%87.84%-
XYZ54.6866.2777.62-
YUV205.3136.2997.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.85%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=26.85%
G=36.90%
B=36.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632242200.2700.020.12176.0749.5975.88
HexA3E0DC1B02Cb0324c
Octal24334033433021426062114
Binary101000111110000011011100110110101100101100001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E0DC; }

 p { color: rgb(163,224,220); }

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

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

 a { background-color: rgb(163,224,220); }

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

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

 span { border-color: rgb(163,224,220); }

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