#A5D2C2

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

Shades of Opal #A5D2C2

Tints of Opal #A5D2C2

Color information

#A5D2C2 (or 0xA5D2C2) is unknown color: approx Opal. HEX triplet: A5, D2 and C2. RGB value is (165,210,194). Sum of RGB (Red+Green+Blue) = 165+210+194=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2C2 is #5A2D3D. Grayscale: #C2C2C2. Windows color (decimal): -5909822 or 12767909. OLE color: 12767909.

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

Color convert

RGB165210194-
CMYK0.2100.080.18
HSL158.67º33.33%73.53%-
HSV(B)158.67º21.43%82.35%-
XYZ48.357.9959.69-
YUV194.72127.59106.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 210 (82.42% from 255) = 36.91%
BLUE value IS 194 (76.17% from 255) = 34.09%
R=29.00%
G=36.91%
B=34.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101940.2100.080.18158.6733.3373.53
HexA5D2C21508129f214a
Octal245322302250102223741112
Binary101001011101001011000010101010100010010100111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D2C2; }

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

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

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

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

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

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

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

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