#A4CDCB

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

Shades of Sinbad #A4CDCB

Tints of Sinbad #A4CDCB

Color information

#A4CDCB (or 0xA4CDCB) is unknown color: approx Sinbad. HEX triplet: A4, CD and CB. RGB value is (164,205,203). Sum of RGB (Red+Green+Blue) = 164+205+203=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDCB is #5B3234. Grayscale: #C0C0C0. Windows color (decimal): -5976629 or 13356452. OLE color: 13356452.

HSL color Cylindrical-coordinate representation of color #A4CDCB: hue angle of 177.07º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDCB is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB164205203-
CMYK0.200.010.20
HSL177.07º29.08%72.35%-
HSV(B)177.07º20%80.39%-
XYZ47.9255.8764.76-
YUV192.51133.92107.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=28.67%
G=35.84%
B=35.49%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642052030.200.010.20177.0729.0872.35
HexA4CDCB140114b11d48
Octal24431531324012426135110
Binary10100100110011011100101110100011010010110001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDCB; }

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

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

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

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

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

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

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

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