#A3D0C3

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

Shades of Opal #A3D0C3

Tints of Opal #A3D0C3

Color information

#A3D0C3 (or 0xA3D0C3) is unknown color: approx Opal. HEX triplet: A3, D0 and C3. RGB value is (163,208,195). Sum of RGB (Red+Green+Blue) = 163+208+195=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D0C3 is #5C2F3C. Grayscale: #C1C1C1. Windows color (decimal): -6041405 or 12832931. OLE color: 12832931.

HSL color Cylindrical-coordinate representation of color #A3D0C3: hue angle of 162.67º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3D0C3 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB163208195-
CMYK0.2200.060.18
HSL162.67º32.37%72.75%-
HSV(B)162.67º21.63%81.57%-
XYZ47.5156.8460.1-
YUV193.06129.09106.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.80%
GREEN value IS 208 (81.64% from 255) = 36.75%
BLUE value IS 195 (76.56% from 255) = 34.45%
R=28.80%
G=36.75%
B=34.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632081950.2200.060.18162.6732.3772.75
HexA3D0C3160612a32049
Octal24332030326062224340111
Binary10100011110100001100001110110011010010101000111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D0C3; }

 p { color: rgb(163,208,195); }

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

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

 a { background-color: rgb(163,208,195); }

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

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

 span { border-color: rgb(163,208,195); }

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