#ABEFBF

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

Shades of Fringy Flower #ABEFBF

Tints of Fringy Flower #ABEFBF

Color information

#ABEFBF (or 0xABEFBF) is unknown color: approx Fringy Flower. HEX triplet: AB, EF and BF. RGB value is (171,239,191). Sum of RGB (Red+Green+Blue) = 171+239+191=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFBF is #541040. Grayscale: #D5D5D5. Windows color (decimal): -5509185 or 12578731. OLE color: 12578731.

HSL color Cylindrical-coordinate representation of color #ABEFBF: hue angle of 137.65º 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 #ABEFBF is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB171239191-
CMYK0.2800.200.06
HSL137.65º68%80.39%-
HSV(B)137.65º28.45%93.73%-
XYZ57.0774.1560.6-
YUV213.2115.4797.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 191 (75% from 255) = 31.78%
R=28.45%
G=39.77%
B=31.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712391910.2800.200.06137.656880.39
HexABEFBF1C01468a4450
Octal253357277340246212104120
Binary101010111110111110111111111000101001101000101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFBF; }

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

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

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

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

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

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

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

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