Html Css Color HEX #ACDABA Fringy Flower

📋 copy color: '#ACDABA'

red 172 ◦ green 218 ◦ blue 186

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

Shades of Fringy Flower #ACDABA

Tints of Fringy Flower #ACDABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 29.86%
G = 37.85%
B = 32.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#ACDABA (or 0xACDABA) is known color: Fringy Flower. HEX triplet: AC, DA and BA. RGB value is (172,218,186). Sum of RGB (Red+Green+Blue) = 172+218+186=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDABA is #532545. Grayscale: #C8C8C8. Windows color (decimal): -5449030 or 12245676. OLE color: 12245676.

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

Color convert

RGB 172 218 186 -
CMYK 0.21 0 0.15 0.15
HSL 138.26º 0.38% 0.76% -
HSV(B) 138.26º 0.21% 0.85% -
XYZ 50.95 62.46 55.82 -
YUV 200.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 172 218 186 0.21 0 0.15 0.15 138.26 0.38 0.76
Hex AC DA BA 15 0 F F 8A 26 4C
Octal 254 332 272 25 0 17 17 212 46 114
Binary 10101100 11011010 10111010 10101 0 1111 1111 10001010 100110 1001100

Color Harmonies of #ACDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDABA

Black with #ACDABA

Text Example


Text Example

White with #ACDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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