Html Css Color HEX #ABF0BA Fringy Flower

📋 copy color: '#ABF0BA'

red 171 ◦ green 240 ◦ blue 186

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

Shades of Fringy Flower #ABF0BA

Tints of Fringy Flower #ABF0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.2%

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

R = 28.64%
G = 40.2%
B = 31.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#ABF0BA (or 0xABF0BA) is known color: Fringy Flower. HEX triplet: AB, F0 and BA. RGB value is (171,240,186). Sum of RGB (Red+Green+Blue) = 171+240+186=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0BA is #540F45. Grayscale: #D5D5D5. Windows color (decimal): -5508934 or 12251307. OLE color: 12251307.

HSL color Cylindrical-coordinate representation of color #ABF0BA: hue angle of 133.04º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0BA is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 186 -
CMYK 0.29 0 0.22 0.06
HSL 133.04º 0.7% 0.81% -
HSV(B) 133.04º 0.29% 0.94% -
XYZ 56.82 74.52 57.84 -
YUV 213.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 171 240 186 0.29 0 0.22 0.06 133.04 0.7 0.81
Hex AB F0 BA 1D 0 16 6 85 46 51
Octal 253 360 272 35 0 26 6 205 106 121
Binary 10101011 11110000 10111010 11101 0 10110 110 10000101 1000110 1010001

Color Harmonies of #ABF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF0BA

Black with #ABF0BA

Text Example


Text Example

White with #ABF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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