Html Css Color HEX #ABFCBA Fringy Flower

📋 copy color: '#ABFCBA'

red 171 ◦ green 252 ◦ blue 186

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

Shades of Fringy Flower #ABFCBA

Tints of Fringy Flower #ABFCBA

RGB

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

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

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

R = 28.08%
G = 41.38%
B = 30.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#ABFCBA (or 0xABFCBA) is known color: Fringy Flower. HEX triplet: AB, FC and BA. RGB value is (171,252,186). Sum of RGB (Red+Green+Blue) = 171+252+186=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCBA is #540345. Grayscale: #DCDCDC. Windows color (decimal): -5505862 or 12254379. OLE color: 12254379.

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

Color convert

RGB 171 252 186 -
CMYK 0.32 0 0.26 0.01
HSL 131.11º 0.93% 0.83% -
HSV(B) 131.11º 0.32% 0.99% -
XYZ 60.47 81.82 59.06 -
YUV 220.26 108.66 92.87 -
System Red Green Blue C M Y K H S L
Decimal 171 252 186 0.32 0 0.26 0.01 131.11 0.93 0.83
Hex AB FC BA 20 0 1A 1 83 5D 53
Octal 253 374 272 40 0 32 1 203 135 123
Binary 10101011 11111100 10111010 100000 0 11010 1 10000011 1011101 1010011

Color Harmonies of #ABFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCBA

Black with #ABFCBA

Text Example


Text Example

White with #ABFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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