Html Css Color HEX #ACDEBB Fringy Flower

📋 copy color: '#ACDEBB'

red 172 ◦ green 222 ◦ blue 187

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

Shades of Fringy Flower #ACDEBB

Tints of Fringy Flower #ACDEBB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.21%

 BLUE value IS 187 (73.44% from 255) = 32.19%

R = 29.6%
G = 38.21%
B = 32.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#ACDEBB (or 0xACDEBB) is known color: Fringy Flower. HEX triplet: AC, DE and BB. RGB value is (172,222,187). Sum of RGB (Red+Green+Blue) = 172+222+187=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEBB is #532144. Grayscale: #CBCBCB. Windows color (decimal): -5448005 or 12312236. OLE color: 12312236.

HSL color Cylindrical-coordinate representation of color #ACDEBB: hue angle of 138º degrees, saturation: 0.43, 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 #ACDEBB is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 187 -
CMYK 0.23 0 0.16 0.13
HSL 138º 0.43% 0.77% -
HSV(B) 138º 0.23% 0.87% -
XYZ 52.1 64.6 56.74 -
YUV 203.06 118.94 105.85 -
System Red Green Blue C M Y K H S L
Decimal 172 222 187 0.23 0 0.16 0.13 138 0.43 0.77
Hex AC DE BB 17 0 10 D 8A 2B 4D
Octal 254 336 273 27 0 20 15 212 53 115
Binary 10101100 11011110 10111011 10111 0 10000 1101 10001010 101011 1001101

Color Harmonies of #ACDEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEBB

Black with #ACDEBB

Text Example


Text Example

White with #ACDEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEBB; }

 p { color: rgb(172,222,187); }

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

background-color css

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

 a { background-color: rgb(172,222,187); }

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

border-color css

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

 span { border-color: rgb(172,222,187); }

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