Html Css Color HEX #ACDEC1 Fringy Flower

📋 copy color: '#ACDEC1'

red 172 ◦ green 222 ◦ blue 193

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

Shades of Fringy Flower #ACDEC1

Tints of Fringy Flower #ACDEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.88%

R = 29.3%
G = 37.82%
B = 32.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#ACDEC1 (or 0xACDEC1) is known color: Fringy Flower. HEX triplet: AC, DE and C1. RGB value is (172,222,193). Sum of RGB (Red+Green+Blue) = 172+222+193=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEC1 is #53213E. Grayscale: #CBCBCB. Windows color (decimal): -5447999 or 12705452. OLE color: 12705452.

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

Color convert

RGB 172 222 193 -
CMYK 0.23 0 0.13 0.13
HSL 145.2º 0.43% 0.77% -
HSV(B) 145.2º 0.23% 0.87% -
XYZ 52.76 64.86 60.19 -
YUV 203.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 172 222 193 0.23 0 0.13 0.13 145.2 0.43 0.77
Hex AC DE C1 17 0 D D 91 2B 4D
Octal 254 336 301 27 0 15 15 221 53 115
Binary 10101100 11011110 11000001 10111 0 1101 1101 10010001 101011 1001101

Color Harmonies of #ACDEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEC1

Black with #ACDEC1

Text Example


Text Example

White with #ACDEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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