#A4D6CB

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

Shades of Sinbad #A4D6CB

Tints of Sinbad #A4D6CB

Color information

#A4D6CB (or 0xA4D6CB) is unknown color: approx Sinbad. HEX triplet: A4, D6 and CB. RGB value is (164,214,203). Sum of RGB (Red+Green+Blue) = 164+214+203=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D6CB is #5B2934. Grayscale: #C5C5C5. Windows color (decimal): -5974325 or 13358756. OLE color: 13358756.

HSL color Cylindrical-coordinate representation of color #A4D6CB: hue angle of 166.8º 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 #A4D6CB is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB164214203-
CMYK0.2300.050.16
HSL166.8º37.88%74.12%-
HSV(B)166.8º23.36%83.92%-
XYZ50.1460.365.5-
YUV197.8130.94103.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.23%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=28.23%
G=36.83%
B=34.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642142030.2300.050.16166.837.8874.12
HexA4D6CB170510a7264a
Octal24432631327052024746112
Binary10100100110101101100101110111010110000101001111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D6CB; }

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

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

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

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

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

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

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

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