Html Css Color HEX #ACF0BE Fringy Flower

📋 copy color: '#ACF0BE'

red 172 ◦ green 240 ◦ blue 190

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

Shades of Fringy Flower #ACF0BE

Tints of Fringy Flower #ACF0BE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.87%

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

R = 28.57%
G = 39.87%
B = 31.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#ACF0BE (or 0xACF0BE) is known color: Fringy Flower. HEX triplet: AC, F0 and BE. RGB value is (172,240,190). Sum of RGB (Red+Green+Blue) = 172+240+190=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0BE is #530F41. Grayscale: #D6D6D6. Windows color (decimal): -5443394 or 12513452. OLE color: 12513452.

HSL color Cylindrical-coordinate representation of color #ACF0BE: hue angle of 135.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0BE is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 190 -
CMYK 0.28 0 0.21 0.06
HSL 135.88º 0.69% 0.81% -
HSV(B) 135.88º 0.28% 0.94% -
XYZ 57.47 74.81 60.13 -
YUV 213.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 172 240 190 0.28 0 0.21 0.06 135.88 0.69 0.81
Hex AC F0 BE 1C 0 15 6 88 45 51
Octal 254 360 276 34 0 25 6 210 105 121
Binary 10101100 11110000 10111110 11100 0 10101 110 10001000 1000101 1010001

Color Harmonies of #ACF0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0BE

Black with #ACF0BE

Text Example


Text Example

White with #ACF0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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