Html Css Color HEX #ABFAC0 Fringy Flower

📋 copy color: '#ABFAC0'

red 171 ◦ green 250 ◦ blue 192

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

Shades of Fringy Flower #ABFAC0

Tints of Fringy Flower #ABFAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.32%

R = 27.9%
G = 40.78%
B = 31.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#ABFAC0 (or 0xABFAC0) is known color: Fringy Flower. HEX triplet: AB, FA and C0. RGB value is (171,250,192). Sum of RGB (Red+Green+Blue) = 171+250+192=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAC0 is #54053F. Grayscale: #DBDBDB. Windows color (decimal): -5506368 or 12647083. OLE color: 12647083.

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

Color convert

RGB 171 250 192 -
CMYK 0.32 0 0.23 0.02
HSL 135.95º 0.89% 0.83% -
HSV(B) 135.95º 0.32% 0.98% -
XYZ 60.49 80.83 62.28 -
YUV 219.77 112.33 93.22 -
System Red Green Blue C M Y K H S L
Decimal 171 250 192 0.32 0 0.23 0.02 135.95 0.89 0.83
Hex AB FA C0 20 0 17 2 88 59 53
Octal 253 372 300 40 0 27 2 210 131 123
Binary 10101011 11111010 11000000 100000 0 10111 10 10001000 1011001 1010011

Color Harmonies of #ABFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAC0

Black with #ABFAC0

Text Example


Text Example

White with #ABFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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