#A3D6D4

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

Shades of Sinbad #A3D6D4

Tints of Sinbad #A3D6D4

Color information

#A3D6D4 (or 0xA3D6D4) is unknown color: approx Sinbad. HEX triplet: A3, D6 and D4. RGB value is (163,214,212). Sum of RGB (Red+Green+Blue) = 163+214+212=589 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.67% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D6D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D6D4 is #5C292B. Grayscale: #C6C6C6. Windows color (decimal): -6039852 or 13948579. OLE color: 13948579.

HSL color Cylindrical-coordinate representation of color #A3D6D4: hue angle of 177.65º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D6D4 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB163214212-
CMYK0.2400.010.16
HSL177.65º38.35%73.92%-
HSV(B)177.65º23.83%83.92%-
XYZ51.0360.6371.3-
YUV198.52135.6102.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.67%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 212 (83.20% from 255) = 35.99%
R=27.67%
G=36.33%
B=35.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632142120.2400.010.16177.6538.3573.92
HexA3D6D4180110b2264a
Octal24332632430012026246112
Binary101000111101011011010100110000110000101100101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D6D4; }

 p { color: rgb(163,214,212); }

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

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

 a { background-color: rgb(163,214,212); }

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

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

 span { border-color: rgb(163,214,212); }

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