Html Css Color HEX #ACDDB7 Fringy Flower

📋 copy color: '#ACDDB7'

red 172 ◦ green 221 ◦ blue 183

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

Shades of Fringy Flower #ACDDB7

Tints of Fringy Flower #ACDDB7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.37%

 BLUE value IS 183 (71.88% from 255) = 31.77%

R = 29.86%
G = 38.37%
B = 31.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#ACDDB7 (or 0xACDDB7) is known color: Fringy Flower. HEX triplet: AC, DD and B7. RGB value is (172,221,183). Sum of RGB (Red+Green+Blue) = 172+221+183=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDB7 is #532248. Grayscale: #CACACA. Windows color (decimal): -5448265 or 12049836. OLE color: 12049836.

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

Color convert

RGB 172 221 183 -
CMYK 0.22 0 0.17 0.13
HSL 133.47º 0.42% 0.77% -
HSV(B) 133.47º 0.22% 0.87% -
XYZ 51.42 63.9 54.42 -
YUV 202.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 172 221 183 0.22 0 0.17 0.13 133.47 0.42 0.77
Hex AC DD B7 16 0 11 D 85 2A 4D
Octal 254 335 267 26 0 21 15 205 52 115
Binary 10101100 11011101 10110111 10110 0 10001 1101 10000101 101010 1001101

Color Harmonies of #ACDDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDB7

Black with #ACDDB7

Text Example


Text Example

White with #ACDDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDB7; }

 p { color: rgb(172,221,183); }

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

background-color css

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

 a { background-color: rgb(172,221,183); }

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

border-color css

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

 span { border-color: rgb(172,221,183); }

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