#A5D2BF

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

Shades of Opal #A5D2BF

Tints of Opal #A5D2BF

Color information

#A5D2BF (or 0xA5D2BF) is unknown color: approx Opal. HEX triplet: A5, D2 and BF. RGB value is (165,210,191). Sum of RGB (Red+Green+Blue) = 165+210+191=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2BF is #5A2D40. Grayscale: #C2C2C2. Windows color (decimal): -5909825 or 12571301. OLE color: 12571301.

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

Color convert

RGB165210191-
CMYK0.2100.090.18
HSL154.67º33.33%73.53%-
HSV(B)154.67º21.43%82.35%-
XYZ47.9757.8557.93-
YUV194.38126.09107.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.15%
GREEN value IS 210 (82.42% from 255) = 37.10%
BLUE value IS 191 (75% from 255) = 33.75%
R=29.15%
G=37.10%
B=33.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101910.2100.090.18154.6733.3373.53
HexA5D2BF1509129b214a
Octal245322277250112223341112
Binary101001011101001010111111101010100110010100110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D2BF; }

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

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

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

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

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

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

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

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