Html Css Color HEX #ACF8BE Fringy Flower

📋 copy color: '#ACF8BE'

red 172 ◦ green 248 ◦ blue 190

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

Shades of Fringy Flower #ACF8BE

Tints of Fringy Flower #ACF8BE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.66%

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

R = 28.2%
G = 40.66%
B = 31.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#ACF8BE (or 0xACF8BE) is known color: Fringy Flower. HEX triplet: AC, F8 and BE. RGB value is (172,248,190). Sum of RGB (Red+Green+Blue) = 172+248+190=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8BE is #530741. Grayscale: #DADADA. Windows color (decimal): -5441346 or 12515500. OLE color: 12515500.

HSL color Cylindrical-coordinate representation of color #ACF8BE: hue angle of 134.21º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8BE is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 190 -
CMYK 0.31 0 0.23 0.03
HSL 134.21º 0.84% 0.82% -
HSV(B) 134.21º 0.31% 0.97% -
XYZ 59.87 79.62 60.93 -
YUV 218.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 172 248 190 0.31 0 0.23 0.03 134.21 0.84 0.82
Hex AC F8 BE 1F 0 17 3 86 54 52
Octal 254 370 276 37 0 27 3 206 124 122
Binary 10101100 11111000 10111110 11111 0 10111 11 10000110 1010100 1010010

Color Harmonies of #ACF8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8BE

Black with #ACF8BE

Text Example


Text Example

White with #ACF8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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