Html Css Color HEX #ACDABB Fringy Flower

📋 copy color: '#ACDABB'

red 172 ◦ green 218 ◦ blue 187

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

Shades of Fringy Flower #ACDABB

Tints of Fringy Flower #ACDABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.41%

R = 29.81%
G = 37.78%
B = 32.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#ACDABB (or 0xACDABB) is known color: Fringy Flower. HEX triplet: AC, DA and BB. RGB value is (172,218,187). Sum of RGB (Red+Green+Blue) = 172+218+187=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDABB is #532544. Grayscale: #C8C8C8. Windows color (decimal): -5449029 or 12311212. OLE color: 12311212.

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

Color convert

RGB 172 218 187 -
CMYK 0.21 0 0.14 0.15
HSL 139.57º 0.38% 0.76% -
HSV(B) 139.57º 0.21% 0.85% -
XYZ 51.05 62.5 56.39 -
YUV 200.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 172 218 187 0.21 0 0.14 0.15 139.57 0.38 0.76
Hex AC DA BB 15 0 E F 8C 26 4C
Octal 254 332 273 25 0 16 17 214 46 114
Binary 10101100 11011010 10111011 10101 0 1110 1111 10001100 100110 1001100

Color Harmonies of #ACDABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDABB

Black with #ACDABB

Text Example


Text Example

White with #ACDABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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