#ABCEA1

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

Shades of Spring Rain #ABCEA1

Tints of Spring Rain #ABCEA1

Color information

#ABCEA1 (or 0xABCEA1) is unknown color: approx Spring Rain. HEX triplet: AB, CE and A1. RGB value is (171,206,161). Sum of RGB (Red+Green+Blue) = 171+206+161=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEA1 is #54315E. Grayscale: #BEBEBE. Windows color (decimal): -5517663 or 10604203. OLE color: 10604203.

HSL color Cylindrical-coordinate representation of color #ABCEA1: hue angle of 106.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABCEA1 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB171206161-
CMYK0.1700.220.19
HSL106.67º31.47%71.96%-
HSV(B)106.67º21.84%80.78%-
XYZ45.355.3742.02-
YUV190.4111.4114.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 161 (63.28% from 255) = 29.93%
R=31.78%
G=38.29%
B=29.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712061610.1700.220.19106.6731.4771.96
HexABCEA111016136b1f48
Octal253316241210262315337110
Binary10101011110011101010000110001010110100111101011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEA1; }

 p { color: rgb(171,206,161); }

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

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

 a { background-color: rgb(171,206,161); }

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

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

 span { border-color: rgb(171,206,161); }

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