Html Css Color HEX #ACF8C2 Fringy Flower

📋 copy color: '#ACF8C2'

red 172 ◦ green 248 ◦ blue 194

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

Shades of Fringy Flower #ACF8C2

Tints of Fringy Flower #ACF8C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.6%

R = 28.01%
G = 40.39%
B = 31.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#ACF8C2 (or 0xACF8C2) is known color: Fringy Flower. HEX triplet: AC, F8 and C2. RGB value is (172,248,194). Sum of RGB (Red+Green+Blue) = 172+248+194=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8C2 is #53073D. Grayscale: #DBDBDB. Windows color (decimal): -5441342 or 12777644. OLE color: 12777644.

HSL color Cylindrical-coordinate representation of color #ACF8C2: hue angle of 137.37º 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 #ACF8C2 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 194 -
CMYK 0.31 0 0.22 0.03
HSL 137.37º 0.84% 0.82% -
HSV(B) 137.37º 0.31% 0.97% -
XYZ 60.32 79.8 63.26 -
YUV 219.12 113.82 94.39 -
System Red Green Blue C M Y K H S L
Decimal 172 248 194 0.31 0 0.22 0.03 137.37 0.84 0.82
Hex AC F8 C2 1F 0 16 3 89 54 52
Octal 254 370 302 37 0 26 3 211 124 122
Binary 10101100 11111000 11000010 11111 0 10110 11 10001001 1010100 1010010

Color Harmonies of #ACF8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8C2

Black with #ACF8C2

Text Example


Text Example

White with #ACF8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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