#ABD7CB

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

Shades of Scandal #ABD7CB

Tints of Scandal #ABD7CB

Color information

#ABD7CB (or 0xABD7CB) is unknown color: approx Scandal. HEX triplet: AB, D7 and CB. RGB value is (171,215,203). Sum of RGB (Red+Green+Blue) = 171+215+203=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7CB is #542834. Grayscale: #C8C8C8. Windows color (decimal): -5515317 or 13359019. OLE color: 13359019.

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

Color convert

RGB171215203-
CMYK0.2000.060.16
HSL163.64º35.48%75.69%-
HSV(B)163.64º20.47%84.31%-
XYZ51.8761.5765.65-
YUV200.48129.42106.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=29.03%
G=36.50%
B=34.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712152030.2000.060.16163.6435.4875.69
HexABD7CB140610a4234c
Octal25332731324062024443114
Binary10101011110101111100101110100011010000101001001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7CB; }

 p { color: rgb(171,215,203); }

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

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

 a { background-color: rgb(171,215,203); }

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

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

 span { border-color: rgb(171,215,203); }

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