Html Css Color HEX #ACF1BB Fringy Flower

📋 copy color: '#ACF1BB'

red 172 ◦ green 241 ◦ blue 187

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

Shades of Fringy Flower #ACF1BB

Tints of Fringy Flower #ACF1BB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.17%

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 28.67%
G = 40.17%
B = 31.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#ACF1BB (or 0xACF1BB) is known color: Fringy Flower. HEX triplet: AC, F1 and BB. RGB value is (172,241,187). Sum of RGB (Red+Green+Blue) = 172+241+187=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1BB is #530E44. Grayscale: #D6D6D6. Windows color (decimal): -5443141 or 12317100. OLE color: 12317100.

HSL color Cylindrical-coordinate representation of color #ACF1BB: hue angle of 133.04º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1BB is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 187 -
CMYK 0.29 0 0.22 0.05
HSL 133.04º 0.71% 0.81% -
HSV(B) 133.04º 0.29% 0.95% -
XYZ 57.44 75.27 58.51 -
YUV 214.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 172 241 187 0.29 0 0.22 0.05 133.04 0.71 0.81
Hex AC F1 BB 1D 0 16 5 85 47 51
Octal 254 361 273 35 0 26 5 205 107 121
Binary 10101100 11110001 10111011 11101 0 10110 101 10000101 1000111 1010001

Color Harmonies of #ACF1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1BB

Black with #ACF1BB

Text Example


Text Example

White with #ACF1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1BB; }

 p { color: rgb(172,241,187); }

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

background-color css

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

 a { background-color: rgb(172,241,187); }

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

border-color css

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

 span { border-color: rgb(172,241,187); }

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