#A3D0C5

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

Shades of Opal #A3D0C5

Tints of Opal #A3D0C5

Color information

#A3D0C5 (or 0xA3D0C5) is unknown color: approx Opal. HEX triplet: A3, D0 and C5. RGB value is (163,208,197). Sum of RGB (Red+Green+Blue) = 163+208+197=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D0C5 is #5C2F3A. Grayscale: #C1C1C1. Windows color (decimal): -6041403 or 12964003. OLE color: 12964003.

HSL color Cylindrical-coordinate representation of color #A3D0C5: hue angle of 165.33º 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 #A3D0C5 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB163208197-
CMYK0.2200.050.18
HSL165.33º32.37%72.75%-
HSV(B)165.33º21.63%81.57%-
XYZ47.7456.9361.3-
YUV193.29130.09106.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.70%
GREEN value IS 208 (81.64% from 255) = 36.62%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=28.70%
G=36.62%
B=34.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632081970.2200.050.18165.3332.3772.75
HexA3D0C5160512a52049
Octal24332030526052224540111
Binary10100011110100001100010110110010110010101001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D0C5; }

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

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

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

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

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

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

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

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