#A1CCC4

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

Shades of Opal #A1CCC4

Tints of Opal #A1CCC4

Color information

#A1CCC4 (or 0xA1CCC4) is unknown color: approx Opal. HEX triplet: A1, CC and C4. RGB value is (161,204,196). Sum of RGB (Red+Green+Blue) = 161+204+196=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCC4 is #5E333B. Grayscale: #BEBEBE. Windows color (decimal): -6173500 or 12897441. OLE color: 12897441.

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

Color convert

RGB161204196-
CMYK0.2100.040.2
HSL168.84º29.66%71.57%-
HSV(B)168.84º21.08%80%-
XYZ46.2554.7560.35-
YUV190.23131.25107.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.70%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=28.70%
G=36.36%
B=34.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041960.2100.040.2168.8429.6671.57
HexA1CCC4150414a91e48
Octal24131430425042425136110
Binary1010000111001100110001001010101001010010101001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCC4; }

 p { color: rgb(161,204,196); }

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

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

 a { background-color: rgb(161,204,196); }

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

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

 span { border-color: rgb(161,204,196); }

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