#ABECA2

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

Shades of Madang #ABECA2

Tints of Madang #ABECA2

Color information

#ABECA2 (or 0xABECA2) is unknown color: approx Madang. HEX triplet: AB, EC and A2. RGB value is (171,236,162). Sum of RGB (Red+Green+Blue) = 171+236+162=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABECA2 is #54135D. Grayscale: #D0D0D0. Windows color (decimal): -5509982 or 10677419. OLE color: 10677419.

HSL color Cylindrical-coordinate representation of color #ABECA2: hue angle of 112.7º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABECA2 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB171236162-
CMYK0.2800.310.07
HSL112.7º66.07%78.04%-
HSV(B)112.7º31.36%92.55%-
XYZ53.3171.2645.13-
YUV208.13101.97101.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 236 (92.58% from 255) = 41.48%
BLUE value IS 162 (63.67% from 255) = 28.47%
R=30.05%
G=41.48%
B=28.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712361620.2800.310.07112.766.0778.04
HexABECA21C01F771424e
Octal253354242340377161102116
Binary10101011111011001010001011100011111111111000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECA2; }

 p { color: rgb(171,236,162); }

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

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

 a { background-color: rgb(171,236,162); }

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

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

 span { border-color: rgb(171,236,162); }

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