Html Css Color HEX #ABFABA Fringy Flower

📋 copy color: '#ABFABA'

red 171 ◦ green 250 ◦ blue 186

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

Shades of Fringy Flower #ABFABA

Tints of Fringy Flower #ABFABA

RGB

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

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

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

R = 28.17%
G = 41.19%
B = 30.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#ABFABA (or 0xABFABA) is known color: Fringy Flower. HEX triplet: AB, FA and BA. RGB value is (171,250,186). Sum of RGB (Red+Green+Blue) = 171+250+186=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFABA is #540545. Grayscale: #DBDBDB. Windows color (decimal): -5506374 or 12253867. OLE color: 12253867.

HSL color Cylindrical-coordinate representation of color #ABFABA: hue angle of 131.39º 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 #ABFABA is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 186 -
CMYK 0.32 0 0.26 0.02
HSL 131.39º 0.89% 0.83% -
HSV(B) 131.39º 0.32% 0.98% -
XYZ 59.84 80.57 58.85 -
YUV 219.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 171 250 186 0.32 0 0.26 0.02 131.39 0.89 0.83
Hex AB FA BA 20 0 1A 2 83 59 53
Octal 253 372 272 40 0 32 2 203 131 123
Binary 10101011 11111010 10111010 100000 0 11010 10 10000011 1011001 1010011

Color Harmonies of #ABFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFABA

Black with #ABFABA

Text Example


Text Example

White with #ABFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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