#AFCAC1

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

Shades of Opal #AFCAC1

Tints of Opal #AFCAC1

Color information

#AFCAC1 (or 0xAFCAC1) is unknown color: approx Opal. HEX triplet: AF, CA and C1. RGB value is (175,202,193). Sum of RGB (Red+Green+Blue) = 175+202+193=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAC1 is #50353E. Grayscale: #C0C0C0. Windows color (decimal): -5256511 or 12700335. OLE color: 12700335.

HSL color Cylindrical-coordinate representation of color #AFCAC1: hue angle of 160º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAC1 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB175202193-
CMYK0.1300.040.21
HSL160º20.3%73.92%-
HSV(B)160º13.37%79.22%-
XYZ48.4355.2158.56-
YUV192.9128.05115.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=30.70%
G=35.44%
B=33.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021930.1300.040.2116020.373.92
HexAFCAC1D0415a0144a
Octal25731230115042524024112
Binary101011111100101011000001110101001010110100000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAC1; }

 p { color: rgb(175,202,193); }

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

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

 a { background-color: rgb(175,202,193); }

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

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

 span { border-color: rgb(175,202,193); }

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