Html Css Color HEX #ACF0BF Fringy Flower

📋 copy color: '#ACF0BF'

red 172 ◦ green 240 ◦ blue 191

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

Shades of Fringy Flower #ACF0BF

Tints of Fringy Flower #ACF0BF

RGB

 RED value IS 172 (67.58% from 255) = 28.52%

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

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

R = 28.52%
G = 39.8%
B = 31.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#ACF0BF (or 0xACF0BF) is known color: Fringy Flower. HEX triplet: AC, F0 and BF. RGB value is (172,240,191). Sum of RGB (Red+Green+Blue) = 172+240+191=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0BF is #530F40. Grayscale: #D6D6D6. Windows color (decimal): -5443393 or 12578988. OLE color: 12578988.

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

Color convert

RGB 172 240 191 -
CMYK 0.28 0 0.20 0.06
HSL 136.76º 0.69% 0.81% -
HSV(B) 136.76º 0.28% 0.94% -
XYZ 57.58 74.85 60.7 -
YUV 214.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 172 240 191 0.28 0 0.20 0.06 136.76 0.69 0.81
Hex AC F0 BF 1C 0 14 6 89 45 51
Octal 254 360 277 34 0 24 6 211 105 121
Binary 10101100 11110000 10111111 11100 0 10100 110 10001001 1000101 1010001

Color Harmonies of #ACF0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0BF

Black with #ACF0BF

Text Example


Text Example

White with #ACF0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0BF; }

 p { color: rgb(172,240,191); }

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

background-color css

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

 a { background-color: rgb(172,240,191); }

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

border-color css

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

 span { border-color: rgb(172,240,191); }

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