#A0CFC1

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

Shades of Opal #A0CFC1

Tints of Opal #A0CFC1

Color information

#A0CFC1 (or 0xA0CFC1) is unknown color: approx Opal. HEX triplet: A0, CF and C1. RGB value is (160,207,193). Sum of RGB (Red+Green+Blue) = 160+207+193=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFC1 is #5F303E. Grayscale: #BFBFBF. Windows color (decimal): -6238271 or 12701600. OLE color: 12701600.

HSL color Cylindrical-coordinate representation of color #A0CFC1: hue angle of 162.13º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFC1 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB160207193-
CMYK0.2300.070.19
HSL162.13º32.87%71.96%-
HSV(B)162.13º22.71%81.18%-
XYZ46.4455.9558.8-
YUV191.35128.93105.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.57%
GREEN value IS 207 (81.25% from 255) = 36.96%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=28.57%
G=36.96%
B=34.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071930.2300.070.19162.1332.8771.96
HexA0CFC1170713a22148
Octal24031730127072324241110
Binary10100000110011111100000110111011110011101000101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFC1; }

 p { color: rgb(160,207,193); }

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

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

 a { background-color: rgb(160,207,193); }

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

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

 span { border-color: rgb(160,207,193); }

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