Html Css Color HEX #ACDAB7 Fringy Flower

📋 copy color: '#ACDAB7'

red 172 ◦ green 218 ◦ blue 183

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

Shades of Fringy Flower #ACDAB7

Tints of Fringy Flower #ACDAB7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.05%

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

R = 30.02%
G = 38.05%
B = 31.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#ACDAB7 (or 0xACDAB7) is known color: Fringy Flower. HEX triplet: AC, DA and B7. RGB value is (172,218,183). Sum of RGB (Red+Green+Blue) = 172+218+183=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAB7 is #532548. Grayscale: #C8C8C8. Windows color (decimal): -5449033 or 12049068. OLE color: 12049068.

HSL color Cylindrical-coordinate representation of color #ACDAB7: hue angle of 134.35º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAB7 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 183 -
CMYK 0.21 0 0.16 0.15
HSL 134.35º 0.38% 0.76% -
HSV(B) 134.35º 0.21% 0.85% -
XYZ 50.63 62.33 54.16 -
YUV 200.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 172 218 183 0.21 0 0.16 0.15 134.35 0.38 0.76
Hex AC DA B7 15 0 10 F 86 26 4C
Octal 254 332 267 25 0 20 17 206 46 114
Binary 10101100 11011010 10110111 10101 0 10000 1111 10000110 100110 1001100

Color Harmonies of #ACDAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAB7

Black with #ACDAB7

Text Example


Text Example

White with #ACDAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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