#A5CFC0

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

Shades of Opal #A5CFC0

Tints of Opal #A5CFC0

Color information

#A5CFC0 (or 0xA5CFC0) is unknown color: approx Opal. HEX triplet: A5, CF and C0. RGB value is (165,207,192). Sum of RGB (Red+Green+Blue) = 165+207+192=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFC0 is #5A303F. Grayscale: #C0C0C0. Windows color (decimal): -5910592 or 12636069. OLE color: 12636069.

HSL color Cylindrical-coordinate representation of color #A5CFC0: hue angle of 158.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CFC0 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB165207192-
CMYK0.2000.070.19
HSL158.57º30.43%72.94%-
HSV(B)158.57º20.29%81.18%-
XYZ47.3456.4358.27-
YUV192.73127.59108.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.26%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 192 (75.39% from 255) = 34.04%
R=29.26%
G=36.70%
B=34.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652071920.2000.070.19158.5730.4372.94
HexA5CFC01407139f1e49
Octal24531730024072323736111
Binary1010010111001111110000001010001111001110011111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CFC0; }

 p { color: rgb(165,207,192); }

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

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

 a { background-color: rgb(165,207,192); }

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

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

 span { border-color: rgb(165,207,192); }

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