#A4D4CB

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

Shades of Sinbad #A4D4CB

Tints of Sinbad #A4D4CB

Color information

#A4D4CB (or 0xA4D4CB) is unknown color: approx Sinbad. HEX triplet: A4, D4 and CB. RGB value is (164,212,203). Sum of RGB (Red+Green+Blue) = 164+212+203=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D4CB is #5B2B34. Grayscale: #C4C4C4. Windows color (decimal): -5974837 or 13358244. OLE color: 13358244.

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

Color convert

RGB164212203-
CMYK0.2300.040.17
HSL168.75º35.82%73.73%-
HSV(B)168.75º22.64%83.14%-
XYZ49.6359.2965.33-
YUV196.62131.6104.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.32%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=28.32%
G=36.61%
B=35.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642122030.2300.040.17168.7535.8273.73
HexA4D4CB170411a9244a
Octal24432431327042125144112
Binary10100100110101001100101110111010010001101010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D4CB; }

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

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

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

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

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

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

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

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