Html Css Color HEX #ACF2BB Fringy Flower

📋 copy color: '#ACF2BB'

red 172 ◦ green 242 ◦ blue 187

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

Shades of Fringy Flower #ACF2BB

Tints of Fringy Flower #ACF2BB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.27%

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

R = 28.62%
G = 40.27%
B = 31.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#ACF2BB (or 0xACF2BB) is known color: Fringy Flower. HEX triplet: AC, F2 and BB. RGB value is (172,242,187). Sum of RGB (Red+Green+Blue) = 172+242+187=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2BB is #530D44. Grayscale: #D6D6D6. Windows color (decimal): -5442885 or 12317356. OLE color: 12317356.

HSL color Cylindrical-coordinate representation of color #ACF2BB: hue angle of 132.86º degrees, saturation: 0.73, 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 #ACF2BB is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 187 -
CMYK 0.29 0 0.23 0.05
HSL 132.86º 0.73% 0.81% -
HSV(B) 132.86º 0.29% 0.95% -
XYZ 57.74 75.86 58.61 -
YUV 214.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 172 242 187 0.29 0 0.23 0.05 132.86 0.73 0.81
Hex AC F2 BB 1D 0 17 5 85 49 51
Octal 254 362 273 35 0 27 5 205 111 121
Binary 10101100 11110010 10111011 11101 0 10111 101 10000101 1001001 1010001

Color Harmonies of #ACF2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2BB

Black with #ACF2BB

Text Example


Text Example

White with #ACF2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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