Html Css Color HEX #ABFABF Fringy Flower

📋 copy color: '#ABFABF'

red 171 ◦ green 250 ◦ blue 191

#ABFABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #ABFABF

Tints of Fringy Flower #ABFABF

RGB

 RED value IS 171 (67.19% from 255) = 27.94%

 GREEN value IS 250 (98.05% from 255) = 40.85%

 BLUE value IS 191 (75% from 255) = 31.21%

R = 27.94%
G = 40.85%
B = 31.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#ABFABF (or 0xABFABF) is known color: Fringy Flower. HEX triplet: AB, FA and BF. RGB value is (171,250,191). Sum of RGB (Red+Green+Blue) = 171+250+191=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFABF is #540540. Grayscale: #DBDBDB. Windows color (decimal): -5506369 or 12581547. OLE color: 12581547.

HSL color Cylindrical-coordinate representation of color #ABFABF: hue angle of 135.19º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFABF is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 191 -
CMYK 0.32 0 0.24 0.02
HSL 135.19º 0.89% 0.83% -
HSV(B) 135.19º 0.32% 0.98% -
XYZ 60.38 80.79 61.7 -
YUV 219.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 171 250 191 0.32 0 0.24 0.02 135.19 0.89 0.83
Hex AB FA BF 20 0 18 2 87 59 53
Octal 253 372 277 40 0 30 2 207 131 123
Binary 10101011 11111010 10111111 100000 0 11000 10 10000111 1011001 1010011

Color Harmonies of #ABFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFABF

Black with #ABFABF

Text Example


Text Example

White with #ABFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFABF; }

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

 H1.HeaderClassName
 {
   color: #ABFABF;
 }
 .AnyTagClassName
 {
   color: #ABFABF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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