#abd6c8

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

Shades of Scandal #ABD6C8

Tints of Scandal #ABD6C8

Color information

#ABD6C8 (or 0xABD6C8) is unknown color: approx Scandal. HEX triplet: AB, D6 and C8. RGB value is (171,214,200). Sum of RGB (Red+Green+Blue) = 171+214+200=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6C8 is #542937. Grayscale: #C7C7C7. Windows color (decimal): -5515576 or 13162155. OLE color: 13162155.

HSL color Cylindrical-coordinate representation of color #ABD6C8: hue angle of 160.47º 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 #ABD6C8 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB171214200-
CMYK0.2000.070.16
HSL160.47º34.4%75.49%-
HSV(B)160.47º20.09%83.92%-
XYZ51.2760.9263.7-
YUV199.55128.25107.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 214 (83.98% from 255) = 36.58%
BLUE value IS 200 (78.52% from 255) = 34.19%
R=29.23%
G=36.58%
B=34.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712142000.2000.070.16160.4734.475.49
HexABD6C8140710a0224b
Octal25332631024072024042113
Binary10101011110101101100100010100011110000101000001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abd6c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abd6c8; }

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

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

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

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

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

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

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

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