Html Css Color HEX #ABF4C0 Fringy Flower

📋 copy color: '#ABF4C0'

red 171 ◦ green 244 ◦ blue 192

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

Shades of Fringy Flower #ABF4C0

Tints of Fringy Flower #ABF4C0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.2%

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

R = 28.17%
G = 40.2%
B = 31.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#ABF4C0 (or 0xABF4C0) is known color: Fringy Flower. HEX triplet: AB, F4 and C0. RGB value is (171,244,192). Sum of RGB (Red+Green+Blue) = 171+244+192=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF4C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF4C0 is #540B3F. Grayscale: #D8D8D8. Windows color (decimal): -5507904 or 12645547. OLE color: 12645547.

HSL color Cylindrical-coordinate representation of color #ABF4C0: hue angle of 137.26º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF4C0 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 244 192 -
CMYK 0.30 0 0.21 0.04
HSL 137.26º 0.77% 0.81% -
HSV(B) 137.26º 0.3% 0.96% -
XYZ 58.66 77.17 61.67 -
YUV 216.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 171 244 192 0.30 0 0.21 0.04 137.26 0.77 0.81
Hex AB F4 C0 1E 0 15 4 89 4D 51
Octal 253 364 300 36 0 25 4 211 115 121
Binary 10101011 11110100 11000000 11110 0 10101 100 10001001 1001101 1010001

Color Harmonies of #ABF4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF4C0

Black with #ABF4C0

Text Example


Text Example

White with #ABF4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF4C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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