Html Css Color HEX #ACDAB6 Fringy Flower

📋 copy color: '#ACDAB6'

red 172 ◦ green 218 ◦ blue 182

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

Shades of Fringy Flower #ACDAB6

Tints of Fringy Flower #ACDAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.82%

R = 30.07%
G = 38.11%
B = 31.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#ACDAB6 (or 0xACDAB6) is known color: Fringy Flower. HEX triplet: AC, DA and B6. RGB value is (172,218,182). Sum of RGB (Red+Green+Blue) = 172+218+182=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAB6 is #532549. Grayscale: #C8C8C8. Windows color (decimal): -5449034 or 11983532. OLE color: 11983532.

HSL color Cylindrical-coordinate representation of color #ACDAB6: hue angle of 133.04º 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 #ACDAB6 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 182 -
CMYK 0.21 0 0.17 0.15
HSL 133.04º 0.38% 0.76% -
HSV(B) 133.04º 0.21% 0.85% -
XYZ 50.53 62.29 53.62 -
YUV 200.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 172 218 182 0.21 0 0.17 0.15 133.04 0.38 0.76
Hex AC DA B6 15 0 11 F 85 26 4C
Octal 254 332 266 25 0 21 17 205 46 114
Binary 10101100 11011010 10110110 10101 0 10001 1111 10000101 100110 1001100

Color Harmonies of #ACDAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAB6

Black with #ACDAB6

Text Example


Text Example

White with #ACDAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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