Html Css Color HEX #ACF3BE Fringy Flower

📋 copy color: '#ACF3BE'

red 172 ◦ green 243 ◦ blue 190

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

Shades of Fringy Flower #ACF3BE

Tints of Fringy Flower #ACF3BE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.17%

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

R = 28.43%
G = 40.17%
B = 31.4%

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

#ACF3BE (or 0xACF3BE) is known color: Fringy Flower. HEX triplet: AC, F3 and BE. RGB value is (172,243,190). Sum of RGB (Red+Green+Blue) = 172+243+190=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3BE is #530C41. Grayscale: #D7D7D7. Windows color (decimal): -5442626 or 12514220. OLE color: 12514220.

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

Color convert

RGB 172 243 190 -
CMYK 0.29 0 0.22 0.05
HSL 135.21º 0.75% 0.81% -
HSV(B) 135.21º 0.29% 0.95% -
XYZ 58.36 76.59 60.42 -
YUV 215.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 172 243 190 0.29 0 0.22 0.05 135.21 0.75 0.81
Hex AC F3 BE 1D 0 16 5 87 4B 51
Octal 254 363 276 35 0 26 5 207 113 121
Binary 10101100 11110011 10111110 11101 0 10110 101 10000111 1001011 1010001

Color Harmonies of #ACF3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3BE

Black with #ACF3BE

Text Example


Text Example

White with #ACF3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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