#ABD6CD

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

Shades of Scandal #ABD6CD

Tints of Scandal #ABD6CD

Color information

#ABD6CD (or 0xABD6CD) is unknown color: approx Scandal. HEX triplet: AB, D6 and CD. RGB value is (171,214,205). Sum of RGB (Red+Green+Blue) = 171+214+205=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6CD is #542932. Grayscale: #C8C8C8. Windows color (decimal): -5515571 or 13489835. OLE color: 13489835.

HSL color Cylindrical-coordinate representation of color #ABD6CD: hue angle of 167.44º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD6CD is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB171214205-
CMYK0.2000.040.16
HSL167.44º34.4%75.49%-
HSV(B)167.44º20.09%83.92%-
XYZ51.8661.1666.83-
YUV200.12130.75107.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 214 (83.98% from 255) = 36.27%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=28.98%
G=36.27%
B=34.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712142050.2000.040.16167.4434.475.49
HexABD6CD140410a7224b
Octal25332631524042024742113
Binary10101011110101101100110110100010010000101001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6CD; }

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

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

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

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

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

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

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

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