#AFD6CD

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

Shades of Scandal #AFD6CD

Tints of Scandal #AFD6CD

Color information

#AFD6CD (or 0xAFD6CD) is unknown color: approx Scandal. HEX triplet: AF, D6 and CD. RGB value is (175,214,205). Sum of RGB (Red+Green+Blue) = 175+214+205=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6CD is #502932. Grayscale: #C9C9C9. Windows color (decimal): -5253427 or 13489839. OLE color: 13489839.

HSL color Cylindrical-coordinate representation of color #AFD6CD: hue angle of 166.15º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD6CD is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB175214205-
CMYK0.1800.040.16
HSL166.15º32.23%76.27%-
HSV(B)166.15º18.22%83.92%-
XYZ52.7561.6166.87-
YUV201.31130.08109.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 214 (83.98% from 255) = 36.03%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=29.46%
G=36.03%
B=34.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752142050.1800.040.16166.1532.2376.27
HexAFD6CD120410a6204c
Octal25732631522042024640114
Binary10101111110101101100110110010010010000101001101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6CD; }

 p { color: rgb(175,214,205); }

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

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

 a { background-color: rgb(175,214,205); }

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

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

 span { border-color: rgb(175,214,205); }

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