#A5D3C4

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

Shades of Opal #A5D3C4

Tints of Opal #A5D3C4

Color information

#A5D3C4 (or 0xA5D3C4) is unknown color: approx Opal. HEX triplet: A5, D3 and C4. RGB value is (165,211,196). Sum of RGB (Red+Green+Blue) = 165+211+196=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D3C4 is #5A2C3B. Grayscale: #C3C3C3. Windows color (decimal): -5909564 or 12899237. OLE color: 12899237.

HSL color Cylindrical-coordinate representation of color #A5D3C4: hue angle of 160.43º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5D3C4 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB165211196-
CMYK0.2200.070.17
HSL160.43º34.33%73.73%-
HSV(B)160.43º21.8%82.75%-
XYZ48.7858.5760.96-
YUV195.54128.26106.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 211 (82.81% from 255) = 36.89%
BLUE value IS 196 (76.95% from 255) = 34.27%
R=28.85%
G=36.89%
B=34.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652111960.2200.070.17160.4334.3373.73
HexA5D3C4160711a0224a
Octal24532330426072124042112
Binary10100101110100111100010010110011110001101000001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D3C4; }

 p { color: rgb(165,211,196); }

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

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

 a { background-color: rgb(165,211,196); }

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

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

 span { border-color: rgb(165,211,196); }

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