#A8D2C5

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

Shades of Opal #A8D2C5

Tints of Opal #A8D2C5

Color information

#A8D2C5 (or 0xA8D2C5) is unknown color: approx Opal. HEX triplet: A8, D2 and C5. RGB value is (168,210,197). Sum of RGB (Red+Green+Blue) = 168+210+197=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D2C5 is #572D3A. Grayscale: #C3C3C3. Windows color (decimal): -5713211 or 12964520. OLE color: 12964520.

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

Color convert

RGB168210197-
CMYK0.200.060.18
HSL161.43º31.82%74.12%-
HSV(B)161.43º20%82.35%-
XYZ49.2758.4561.51-
YUV195.96128.59108.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.22%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=29.22%
G=36.52%
B=34.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682101970.200.060.18161.4331.8274.12
HexA8D2C5140612a1204a
Octal25032230524062224140112
Binary10101000110100101100010110100011010010101000011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D2C5; }

 p { color: rgb(168,210,197); }

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

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

 a { background-color: rgb(168,210,197); }

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

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

 span { border-color: rgb(168,210,197); }

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