#A4CCCA

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

Shades of Sinbad #A4CCCA

Tints of Sinbad #A4CCCA

Color information

#A4CCCA (or 0xA4CCCA) is unknown color: approx Sinbad. HEX triplet: A4, CC and CA. RGB value is (164,204,202). Sum of RGB (Red+Green+Blue) = 164+204+202=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCCA is #5B3335. Grayscale: #BFBFBF. Windows color (decimal): -5976886 or 13290660. OLE color: 13290660.

HSL color Cylindrical-coordinate representation of color #A4CCCA: hue angle of 177º degrees, saturation: 0.28, 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 #A4CCCA is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB164204202-
CMYK0.2000.010.2
HSL177º28.17%72.16%-
HSV(B)177º19.61%80%-
XYZ47.5655.3464.05-
YUV191.81133.75108.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=28.77%
G=35.79%
B=35.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1642042020.2000.010.217728.1772.16
HexA4CCCA140114b11c48
Octal24431431224012426134110
Binary10100100110011001100101010100011010010110001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CCCA; }

 p { color: rgb(164,204,202); }

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

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

 a { background-color: rgb(164,204,202); }

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

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

 span { border-color: rgb(164,204,202); }

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