#ABC19F

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

Shades of Spring Rain #ABC19F

Tints of Spring Rain #ABC19F

Color information

#ABC19F (or 0xABC19F) is unknown color: approx Spring Rain. HEX triplet: AB, C1 and 9F. RGB value is (171,193,159). Sum of RGB (Red+Green+Blue) = 171+193+159=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC19F is #543E60. Grayscale: #B6B6B6. Windows color (decimal): -5520993 or 10469803. OLE color: 10469803.

HSL color Cylindrical-coordinate representation of color #ABC19F: hue angle of 98.82º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC19F is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB171193159-
CMYK0.1100.180.24
HSL98.82º21.52%69.02%-
HSV(B)98.82º17.62%75.69%-
XYZ42.1249.340.1-
YUV182.55114.71119.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=32.70%
G=36.90%
B=30.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931590.1100.180.2498.8221.5269.02
HexABC19FB01218631645
Octal253301237130223014326105
Binary1010101111000001100111111011010010110001100011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC19F; }

 p { color: rgb(171,193,159); }

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

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

 a { background-color: rgb(171,193,159); }

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

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

 span { border-color: rgb(171,193,159); }

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