Html Css Color HEX #ACDBB5 Fringy Flower

📋 copy color: '#ACDBB5'

red 172 ◦ green 219 ◦ blue 181

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

Shades of Fringy Flower #ACDBB5

Tints of Fringy Flower #ACDBB5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.29%

 BLUE value IS 181 (71.09% from 255) = 31.64%

R = 30.07%
G = 38.29%
B = 31.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#ACDBB5 (or 0xACDBB5) is known color: Fringy Flower. HEX triplet: AC, DB and B5. RGB value is (172,219,181). Sum of RGB (Red+Green+Blue) = 172+219+181=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBB5 is #53244A. Grayscale: #C8C8C8. Windows color (decimal): -5448779 or 11918252. OLE color: 11918252.

HSL color Cylindrical-coordinate representation of color #ACDBB5: hue angle of 131.49º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDBB5 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 181 -
CMYK 0.21 0 0.17 0.14
HSL 131.49º 0.39% 0.77% -
HSV(B) 131.49º 0.21% 0.86% -
XYZ 50.69 62.77 53.16 -
YUV 200.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 172 219 181 0.21 0 0.17 0.14 131.49 0.39 0.77
Hex AC DB B5 15 0 11 E 83 27 4D
Octal 254 333 265 25 0 21 16 203 47 115
Binary 10101100 11011011 10110101 10101 0 10001 1110 10000011 100111 1001101

Color Harmonies of #ACDBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBB5

Black with #ACDBB5

Text Example


Text Example

White with #ACDBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBB5; }

 p { color: rgb(172,219,181); }

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

background-color css

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

 a { background-color: rgb(172,219,181); }

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

border-color css

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

 span { border-color: rgb(172,219,181); }

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