#ABD2CA

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

Shades of Scandal #ABD2CA

Tints of Scandal #ABD2CA

Color information

#ABD2CA (or 0xABD2CA) is unknown color: approx Scandal. HEX triplet: AB, D2 and CA. RGB value is (171,210,202). Sum of RGB (Red+Green+Blue) = 171+210+202=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2CA is #542D35. Grayscale: #C5C5C5. Windows color (decimal): -5516598 or 13292203. OLE color: 13292203.

HSL color Cylindrical-coordinate representation of color #ABD2CA: hue angle of 167.69º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD2CA is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB171210202-
CMYK0.1900.040.18
HSL167.69º30.23%74.71%-
HSV(B)167.69º18.57%82.35%-
XYZ50.559.0264.61-
YUV197.43130.58109.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.33%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=29.33%
G=36.02%
B=34.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712102020.1900.040.18167.6930.2374.71
HexABD2CA130412a81e4b
Octal25332231223042225036113
Binary1010101111010010110010101001101001001010101000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD2CA; }

 p { color: rgb(171,210,202); }

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

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

 a { background-color: rgb(171,210,202); }

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

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

 span { border-color: rgb(171,210,202); }

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