Html Css Color HEX #ABF1BA Fringy Flower

📋 copy color: '#ABF1BA'

red 171 ◦ green 241 ◦ blue 186

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

Shades of Fringy Flower #ABF1BA

Tints of Fringy Flower #ABF1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.3%

 BLUE value IS 186 (73.05% from 255) = 31.1%

R = 28.6%
G = 40.3%
B = 31.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#ABF1BA (or 0xABF1BA) is known color: Fringy Flower. HEX triplet: AB, F1 and BA. RGB value is (171,241,186). Sum of RGB (Red+Green+Blue) = 171+241+186=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1BA is #540E45. Grayscale: #D5D5D5. Windows color (decimal): -5508678 or 12251563. OLE color: 12251563.

HSL color Cylindrical-coordinate representation of color #ABF1BA: hue angle of 132.86º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF1BA is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 241 186 -
CMYK 0.29 0 0.23 0.05
HSL 132.86º 0.71% 0.81% -
HSV(B) 132.86º 0.29% 0.95% -
XYZ 57.11 75.11 57.94 -
YUV 213.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 171 241 186 0.29 0 0.23 0.05 132.86 0.71 0.81
Hex AB F1 BA 1D 0 17 5 85 47 51
Octal 253 361 272 35 0 27 5 205 107 121
Binary 10101011 11110001 10111010 11101 0 10111 101 10000101 1000111 1010001

Color Harmonies of #ABF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF1BA

Black with #ABF1BA

Text Example


Text Example

White with #ABF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF1BA; }

 p { color: rgb(171,241,186); }

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

background-color css

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

 a { background-color: rgb(171,241,186); }

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

border-color css

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

 span { border-color: rgb(171,241,186); }

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