Html Css Color HEX #ACDFBE Fringy Flower

📋 copy color: '#ACDFBE'

red 172 ◦ green 223 ◦ blue 190

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

Shades of Fringy Flower #ACDFBE

Tints of Fringy Flower #ACDFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.12%

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

R = 29.4%
G = 38.12%
B = 32.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#ACDFBE (or 0xACDFBE) is known color: Fringy Flower. HEX triplet: AC, DF and BE. RGB value is (172,223,190). Sum of RGB (Red+Green+Blue) = 172+223+190=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFBE is #532041. Grayscale: #CCCCCC. Windows color (decimal): -5447746 or 12509100. OLE color: 12509100.

HSL color Cylindrical-coordinate representation of color #ACDFBE: hue angle of 141.18º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFBE is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 190 -
CMYK 0.23 0 0.15 0.13
HSL 141.18º 0.44% 0.77% -
HSV(B) 141.18º 0.23% 0.87% -
XYZ 52.7 65.26 58.54 -
YUV 203.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 172 223 190 0.23 0 0.15 0.13 141.18 0.44 0.77
Hex AC DF BE 17 0 F D 8D 2C 4D
Octal 254 337 276 27 0 17 15 215 54 115
Binary 10101100 11011111 10111110 10111 0 1111 1101 10001101 101100 1001101

Color Harmonies of #ACDFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFBE

Black with #ACDFBE

Text Example


Text Example

White with #ACDFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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