Html Css Color HEX #ABF1C0 Fringy Flower

📋 copy color: '#ABF1C0'

red 171 ◦ green 241 ◦ blue 192

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

Shades of Fringy Flower #ABF1C0

Tints of Fringy Flower #ABF1C0

RGB

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

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

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

R = 28.31%
G = 39.9%
B = 31.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#ABF1C0 (or 0xABF1C0) is known color: Fringy Flower. HEX triplet: AB, F1 and C0. RGB value is (171,241,192). Sum of RGB (Red+Green+Blue) = 171+241+192=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1C0 is #540E3F. Grayscale: #D6D6D6. Windows color (decimal): -5508672 or 12644779. OLE color: 12644779.

HSL color Cylindrical-coordinate representation of color #ABF1C0: hue angle of 138º 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 #ABF1C0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 241 192 -
CMYK 0.29 0 0.20 0.05
HSL 138º 0.71% 0.81% -
HSV(B) 138º 0.29% 0.95% -
XYZ 57.76 75.37 61.37 -
YUV 214.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 171 241 192 0.29 0 0.20 0.05 138 0.71 0.81
Hex AB F1 C0 1D 0 14 5 8A 47 51
Octal 253 361 300 35 0 24 5 212 107 121
Binary 10101011 11110001 11000000 11101 0 10100 101 10001010 1000111 1010001

Color Harmonies of #ABF1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF1C0

Black with #ABF1C0

Text Example


Text Example

White with #ABF1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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