#A3E2DE

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

Shades of Sinbad #A3E2DE

Tints of Sinbad #A3E2DE

Color information

#A3E2DE (or 0xA3E2DE) is unknown color: approx Sinbad. HEX triplet: A3, E2 and DE. RGB value is (163,226,222). Sum of RGB (Red+Green+Blue) = 163+226+222=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E2DE is #5C1D21. Grayscale: #CECECE. Windows color (decimal): -6036770 or 14607011. OLE color: 14607011.

HSL color Cylindrical-coordinate representation of color #A3E2DE: hue angle of 176.19º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E2DE is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB163226222-
CMYK0.2800.020.11
HSL176.19º52.07%76.27%-
HSV(B)176.19º27.88%88.63%-
XYZ55.4967.4579.2-
YUV206.71136.6396.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.68%
GREEN value IS 226 (88.67% from 255) = 36.99%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=26.68%
G=36.99%
B=36.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1632262220.2800.020.11176.1952.0776.27
HexA3E2DE1C02Bb0344c
Octal24334233634021326064114
Binary101000111110001011011110111000101011101100001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E2DE; }

 p { color: rgb(163,226,222); }

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

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

 a { background-color: rgb(163,226,222); }

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

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

 span { border-color: rgb(163,226,222); }

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