Html Css Color HEX #ABF0B6 Fringy Flower

📋 copy color: '#ABF0B6'

red 171 ◦ green 240 ◦ blue 182

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

Shades of Fringy Flower #ABF0B6

Tints of Fringy Flower #ABF0B6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.47%

 BLUE value IS 182 (71.48% from 255) = 30.69%

R = 28.84%
G = 40.47%
B = 30.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#ABF0B6 (or 0xABF0B6) is known color: Fringy Flower. HEX triplet: AB, F0 and B6. RGB value is (171,240,182). Sum of RGB (Red+Green+Blue) = 171+240+182=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0B6 is #540F49. Grayscale: #D4D4D4. Windows color (decimal): -5508938 or 11989163. OLE color: 11989163.

HSL color Cylindrical-coordinate representation of color #ABF0B6: hue angle of 129.57º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0B6 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 182 -
CMYK 0.29 0 0.24 0.06
HSL 129.57º 0.7% 0.81% -
HSV(B) 129.57º 0.29% 0.94% -
XYZ 56.4 74.36 55.64 -
YUV 212.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 171 240 182 0.29 0 0.24 0.06 129.57 0.7 0.81
Hex AB F0 B6 1D 0 18 6 82 46 51
Octal 253 360 266 35 0 30 6 202 106 121
Binary 10101011 11110000 10110110 11101 0 11000 110 10000010 1000110 1010001

Color Harmonies of #ABF0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF0B6

Black with #ABF0B6

Text Example


Text Example

White with #ABF0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF0B6; }

 p { color: rgb(171,240,182); }

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

background-color css

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

 a { background-color: rgb(171,240,182); }

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

border-color css

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

 span { border-color: rgb(171,240,182); }

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