Html Css Color HEX #ABFCBC Fringy Flower

📋 copy color: '#ABFCBC'

red 171 ◦ green 252 ◦ blue 188

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

Shades of Fringy Flower #ABFCBC

Tints of Fringy Flower #ABFCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.77%

R = 27.99%
G = 41.24%
B = 30.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#ABFCBC (or 0xABFCBC) is known color: Fringy Flower. HEX triplet: AB, FC and BC. RGB value is (171,252,188). Sum of RGB (Red+Green+Blue) = 171+252+188=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCBC is #540343. Grayscale: #DCDCDC. Windows color (decimal): -5505860 or 12385451. OLE color: 12385451.

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

Color convert

RGB 171 252 188 -
CMYK 0.32 0 0.25 0.01
HSL 132.59º 0.93% 0.83% -
HSV(B) 132.59º 0.32% 0.99% -
XYZ 60.68 81.91 60.19 -
YUV 220.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 171 252 188 0.32 0 0.25 0.01 132.59 0.93 0.83
Hex AB FC BC 20 0 19 1 85 5D 53
Octal 253 374 274 40 0 31 1 205 135 123
Binary 10101011 11111100 10111100 100000 0 11001 1 10000101 1011101 1010011

Color Harmonies of #ABFCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCBC

Black with #ABFCBC

Text Example


Text Example

White with #ABFCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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