#A5D2C4

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

Shades of Opal #A5D2C4

Tints of Opal #A5D2C4

Color information

#A5D2C4 (or 0xA5D2C4) is unknown color: approx Opal. HEX triplet: A5, D2 and C4. RGB value is (165,210,196). Sum of RGB (Red+Green+Blue) = 165+210+196=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2C4 is #5A2D3B. Grayscale: #C2C2C2. Windows color (decimal): -5909820 or 12898981. OLE color: 12898981.

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

Color convert

RGB165210196-
CMYK0.2100.070.18
HSL161.33º33.33%73.53%-
HSV(B)161.33º21.43%82.35%-
XYZ48.5358.0860.88-
YUV194.95128.59106.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 210 (82.42% from 255) = 36.78%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=28.90%
G=36.78%
B=34.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101960.2100.070.18161.3333.3373.53
HexA5D2C4150712a1214a
Octal24532230425072224141112
Binary10100101110100101100010010101011110010101000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D2C4; }

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

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

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

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

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

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

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

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