#ABEFC1

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

Shades of Fringy Flower #ABEFC1

Tints of Fringy Flower #ABEFC1

Color information

#ABEFC1 (or 0xABEFC1) is unknown color: approx Fringy Flower. HEX triplet: AB, EF and C1. RGB value is (171,239,193). Sum of RGB (Red+Green+Blue) = 171+239+193=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFC1 is #54103E. Grayscale: #D5D5D5. Windows color (decimal): -5509183 or 12709803. OLE color: 12709803.

HSL color Cylindrical-coordinate representation of color #ABEFC1: hue angle of 139.41º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFC1 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB171239193-
CMYK0.2800.190.06
HSL139.41º68%80.39%-
HSV(B)139.41º28.45%93.73%-
XYZ57.2974.2461.76-
YUV213.42116.4797.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 239 (93.75% from 255) = 39.64%
BLUE value IS 193 (75.78% from 255) = 32.01%
R=28.36%
G=39.64%
B=32.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712391930.2800.190.06139.416880.39
HexABEFC11C01368b4450
Octal253357301340236213104120
Binary101010111110111111000001111000100111101000101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFC1; }

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

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

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

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

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

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

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

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