#A4D6CD

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

Shades of Sinbad #A4D6CD

Tints of Sinbad #A4D6CD

Color information

#A4D6CD (or 0xA4D6CD) is unknown color: approx Sinbad. HEX triplet: A4, D6 and CD. RGB value is (164,214,205). Sum of RGB (Red+Green+Blue) = 164+214+205=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D6CD is #5B2932. Grayscale: #C6C6C6. Windows color (decimal): -5974323 or 13489828. OLE color: 13489828.

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

Color convert

RGB164214205-
CMYK0.2300.040.16
HSL169.2º37.88%74.12%-
HSV(B)169.2º23.36%83.92%-
XYZ50.3860.3966.76-
YUV198.02131.94103.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.13%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=28.13%
G=36.71%
B=35.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642142050.2300.040.16169.237.8874.12
HexA4D6CD170410a9264a
Octal24432631527042025146112
Binary10100100110101101100110110111010010000101010011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D6CD; }

 p { color: rgb(164,214,205); }

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

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

 a { background-color: rgb(164,214,205); }

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

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

 span { border-color: rgb(164,214,205); }

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