Html Css Color HEX #ABFCBF Fringy Flower

📋 copy color: '#ABFCBF'

red 171 ◦ green 252 ◦ blue 191

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

Shades of Fringy Flower #ABFCBF

Tints of Fringy Flower #ABFCBF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.04%

 BLUE value IS 191 (75% from 255) = 31.11%

R = 27.85%
G = 41.04%
B = 31.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#ABFCBF (or 0xABFCBF) is known color: Fringy Flower. HEX triplet: AB, FC and BF. RGB value is (171,252,191). Sum of RGB (Red+Green+Blue) = 171+252+191=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCBF is #540340. Grayscale: #DCDCDC. Windows color (decimal): -5505857 or 12582059. OLE color: 12582059.

HSL color Cylindrical-coordinate representation of color #ABFCBF: hue angle of 134.81º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCBF is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 252 191 -
CMYK 0.32 0 0.24 0.01
HSL 134.81º 0.93% 0.83% -
HSV(B) 134.81º 0.32% 0.99% -
XYZ 61.01 82.04 61.91 -
YUV 220.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 171 252 191 0.32 0 0.24 0.01 134.81 0.93 0.83
Hex AB FC BF 20 0 18 1 87 5D 53
Octal 253 374 277 40 0 30 1 207 135 123
Binary 10101011 11111100 10111111 100000 0 11000 1 10000111 1011101 1010011

Color Harmonies of #ABFCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCBF

Black with #ABFCBF

Text Example


Text Example

White with #ABFCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCBF; }

 p { color: rgb(171,252,191); }

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

background-color css

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

 a { background-color: rgb(171,252,191); }

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

border-color css

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

 span { border-color: rgb(171,252,191); }

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