Html Css Color HEX #ABF9C0 Fringy Flower

📋 copy color: '#ABF9C0'

red 171 ◦ green 249 ◦ blue 192

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

Shades of Fringy Flower #ABF9C0

Tints of Fringy Flower #ABF9C0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.69%

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

R = 27.94%
G = 40.69%
B = 31.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#ABF9C0 (or 0xABF9C0) is known color: Fringy Flower. HEX triplet: AB, F9 and C0. RGB value is (171,249,192). Sum of RGB (Red+Green+Blue) = 171+249+192=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF9C0 is #54063F. Grayscale: #DBDBDB. Windows color (decimal): -5506624 or 12646827. OLE color: 12646827.

HSL color Cylindrical-coordinate representation of color #ABF9C0: hue angle of 136.15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF9C0 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 249 192 -
CMYK 0.31 0 0.23 0.02
HSL 136.15º 0.87% 0.82% -
HSV(B) 136.15º 0.31% 0.98% -
XYZ 60.18 80.22 62.18 -
YUV 219.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 171 249 192 0.31 0 0.23 0.02 136.15 0.87 0.82
Hex AB F9 C0 1F 0 17 2 88 57 52
Octal 253 371 300 37 0 27 2 210 127 122
Binary 10101011 11111001 11000000 11111 0 10111 10 10001000 1010111 1010010

Color Harmonies of #ABF9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF9C0

Black with #ABF9C0

Text Example


Text Example

White with #ABF9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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