#A0CFC3

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

Shades of Opal #A0CFC3

Tints of Opal #A0CFC3

Color information

#A0CFC3 (or 0xA0CFC3) is unknown color: approx Opal. HEX triplet: A0, CF and C3. RGB value is (160,207,195). Sum of RGB (Red+Green+Blue) = 160+207+195=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFC3 is #5F303C. Grayscale: #BFBFBF. Windows color (decimal): -6238269 or 12832672. OLE color: 12832672.

HSL color Cylindrical-coordinate representation of color #A0CFC3: hue angle of 164.68º 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 #A0CFC3 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB160207195-
CMYK0.2300.060.19
HSL164.68º32.87%71.96%-
HSV(B)164.68º22.71%81.18%-
XYZ46.6656.0459.99-
YUV191.58129.93105.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.47%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 195 (76.56% from 255) = 34.70%
R=28.47%
G=36.83%
B=34.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071950.2300.060.19164.6832.8771.96
HexA0CFC3170613a52148
Octal24031730327062324541110
Binary10100000110011111100001110111011010011101001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFC3; }

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

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

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

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

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

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

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

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