#A3CEC2

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

Shades of Opal #A3CEC2

Tints of Opal #A3CEC2

Color information

#A3CEC2 (or 0xA3CEC2) is unknown color: approx Opal. HEX triplet: A3, CE and C2. RGB value is (163,206,194). Sum of RGB (Red+Green+Blue) = 163+206+194=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEC2 is #5C313D. Grayscale: #BFBFBF. Windows color (decimal): -6041918 or 12766883. OLE color: 12766883.

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

Color convert

RGB163206194-
CMYK0.2100.060.19
HSL163.26º30.5%72.35%-
HSV(B)163.26º20.87%80.78%-
XYZ46.9155.8259.34-
YUV191.77129.25107.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.95%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 194 (76.17% from 255) = 34.46%
R=28.95%
G=36.59%
B=34.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632061940.2100.060.19163.2630.572.35
HexA3CEC2150613a31e48
Octal24331630225062324336110
Binary1010001111001110110000101010101101001110100011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEC2; }

 p { color: rgb(163,206,194); }

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

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

 a { background-color: rgb(163,206,194); }

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

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

 span { border-color: rgb(163,206,194); }

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