#A4CFC5

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

Shades of Opal #A4CFC5

Tints of Opal #A4CFC5

Color information

#A4CFC5 (or 0xA4CFC5) is unknown color: approx Opal. HEX triplet: A4, CF and C5. RGB value is (164,207,197). Sum of RGB (Red+Green+Blue) = 164+207+197=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFC5 is #5B303A. Grayscale: #C1C1C1. Windows color (decimal): -5976123 or 12963748. OLE color: 12963748.

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

Color convert

RGB164207197-
CMYK0.2100.050.19
HSL166.05º30.94%72.75%-
HSV(B)166.05º20.77%81.18%-
XYZ47.756.5561.22-
YUV193130.25107.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.87%
GREEN value IS 207 (81.25% from 255) = 36.44%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=28.87%
G=36.44%
B=34.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642071970.2100.050.19166.0530.9472.75
HexA4CFC5150513a61f49
Octal24431730525052324637111
Binary1010010011001111110001011010101011001110100110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFC5; }

 p { color: rgb(164,207,197); }

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

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

 a { background-color: rgb(164,207,197); }

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

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

 span { border-color: rgb(164,207,197); }

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