#AFCCC6

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

Shades of Opal #AFCCC6

Tints of Opal #AFCCC6

Color information

#AFCCC6 (or 0xAFCCC6) is unknown color: approx Opal. HEX triplet: AF, CC and C6. RGB value is (175,204,198). Sum of RGB (Red+Green+Blue) = 175+204+198=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCC6 is #503339. Grayscale: #C2C2C2. Windows color (decimal): -5255994 or 13028527. OLE color: 13028527.

HSL color Cylindrical-coordinate representation of color #AFCCC6: hue angle of 167.59º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCC6 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB175204198-
CMYK0.1400.030.2
HSL167.59º22.14%74.31%-
HSV(B)167.59º14.22%80%-
XYZ49.4756.3861.7-
YUV194.64129.89113.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 198 (77.73% from 255) = 34.32%
R=30.33%
G=35.36%
B=34.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041980.1400.030.2167.5922.1474.31
HexAFCCC6E0314a8164a
Octal25731430616032425026112
Binary10101111110011001100011011100111010010101000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCC6; }

 p { color: rgb(175,204,198); }

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

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

 a { background-color: rgb(175,204,198); }

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

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

 span { border-color: rgb(175,204,198); }

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