Html Css Color HEX #ACF1BE Fringy Flower

📋 copy color: '#ACF1BE'

red 172 ◦ green 241 ◦ blue 190

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

Shades of Fringy Flower #ACF1BE

Tints of Fringy Flower #ACF1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.51%

R = 28.52%
G = 39.97%
B = 31.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#ACF1BE (or 0xACF1BE) is known color: Fringy Flower. HEX triplet: AC, F1 and BE. RGB value is (172,241,190). Sum of RGB (Red+Green+Blue) = 172+241+190=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1BE is #530E41. Grayscale: #D6D6D6. Windows color (decimal): -5443138 or 12513708. OLE color: 12513708.

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

Color convert

RGB 172 241 190 -
CMYK 0.29 0 0.21 0.05
HSL 135.65º 0.71% 0.81% -
HSV(B) 135.65º 0.29% 0.95% -
XYZ 57.76 75.4 60.22 -
YUV 214.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 172 241 190 0.29 0 0.21 0.05 135.65 0.71 0.81
Hex AC F1 BE 1D 0 15 5 88 47 51
Octal 254 361 276 35 0 25 5 210 107 121
Binary 10101100 11110001 10111110 11101 0 10101 101 10001000 1000111 1010001

Color Harmonies of #ACF1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1BE

Black with #ACF1BE

Text Example


Text Example

White with #ACF1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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