Html Css Color HEX #ACD8B4 Fringy Flower

📋 copy color: '#ACD8B4'

red 172 ◦ green 216 ◦ blue 180

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

Shades of Fringy Flower #ACD8B4

Tints of Fringy Flower #ACD8B4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.03%

 BLUE value IS 180 (70.7% from 255) = 31.69%

R = 30.28%
G = 38.03%
B = 31.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#ACD8B4 (or 0xACD8B4) is known color: Fringy Flower. HEX triplet: AC, D8 and B4. RGB value is (172,216,180). Sum of RGB (Red+Green+Blue) = 172+216+180=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8B4 is #53274B. Grayscale: #C6C6C6. Windows color (decimal): -5449548 or 11851948. OLE color: 11851948.

HSL color Cylindrical-coordinate representation of color #ACD8B4: hue angle of 130.91º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8B4 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 180 -
CMYK 0.20 0 0.17 0.15
HSL 130.91º 0.36% 0.76% -
HSV(B) 130.91º 0.2% 0.85% -
XYZ 49.81 61.18 52.36 -
YUV 198.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 172 216 180 0.20 0 0.17 0.15 130.91 0.36 0.76
Hex AC D8 B4 14 0 11 F 83 24 4C
Octal 254 330 264 24 0 21 17 203 44 114
Binary 10101100 11011000 10110100 10100 0 10001 1111 10000011 100100 1001100

Color Harmonies of #ACD8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8B4

Black with #ACD8B4

Text Example


Text Example

White with #ACD8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8B4; }

 p { color: rgb(172,216,180); }

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

background-color css

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

 a { background-color: rgb(172,216,180); }

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

border-color css

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

 span { border-color: rgb(172,216,180); }

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