Html Css Color HEX #ACDAB8 Fringy Flower

📋 copy color: '#ACDAB8'

red 172 ◦ green 218 ◦ blue 184

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

Shades of Fringy Flower #ACDAB8

Tints of Fringy Flower #ACDAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.06%

R = 29.97%
G = 37.98%
B = 32.06%

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

#ACDAB8 (or 0xACDAB8) is known color: Fringy Flower. HEX triplet: AC, DA and B8. RGB value is (172,218,184). Sum of RGB (Red+Green+Blue) = 172+218+184=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAB8 is #532547. Grayscale: #C8C8C8. Windows color (decimal): -5449032 or 12114604. OLE color: 12114604.

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

Color convert

RGB 172 218 184 -
CMYK 0.21 0 0.16 0.15
HSL 135.65º 0.38% 0.76% -
HSV(B) 135.65º 0.21% 0.85% -
XYZ 50.74 62.37 54.71 -
YUV 200.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 172 218 184 0.21 0 0.16 0.15 135.65 0.38 0.76
Hex AC DA B8 15 0 10 F 88 26 4C
Octal 254 332 270 25 0 20 17 210 46 114
Binary 10101100 11011010 10111000 10101 0 10000 1111 10001000 100110 1001100

Color Harmonies of #ACDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAB8

Black with #ACDAB8

Text Example


Text Example

White with #ACDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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