#A5D0C1

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

Shades of Opal #A5D0C1

Tints of Opal #A5D0C1

Color information

#A5D0C1 (or 0xA5D0C1) is unknown color: approx Opal. HEX triplet: A5, D0 and C1. RGB value is (165,208,193). Sum of RGB (Red+Green+Blue) = 165+208+193=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D0C1 is #5A2F3E. Grayscale: #C1C1C1. Windows color (decimal): -5910335 or 12701861. OLE color: 12701861.

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

Color convert

RGB165208193-
CMYK0.2100.070.18
HSL159.07º31.39%73.14%-
HSV(B)159.07º20.67%81.57%-
XYZ47.756.9658.93-
YUV193.43127.75107.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.15%
GREEN value IS 208 (81.64% from 255) = 36.75%
BLUE value IS 193 (75.78% from 255) = 34.10%
R=29.15%
G=36.75%
B=34.10%

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
Decimal1652081930.2100.070.18159.0731.3973.14
HexA5D0C11507129f1f49
Octal24532030125072223737111
Binary1010010111010000110000011010101111001010011111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D0C1; }

 p { color: rgb(165,208,193); }

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

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

 a { background-color: rgb(165,208,193); }

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

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

 span { border-color: rgb(165,208,193); }

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