Html Css Color HEX #ACECB9 Fringy Flower

📋 copy color: '#ACECB9'

red 172 ◦ green 236 ◦ blue 185

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

Shades of Fringy Flower #ACECB9

Tints of Fringy Flower #ACECB9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.8%

 BLUE value IS 185 (72.66% from 255) = 31.2%

R = 29.01%
G = 39.8%
B = 31.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ACECB9 (or 0xACECB9) is known color: Fringy Flower. HEX triplet: AC, EC and B9. RGB value is (172,236,185). Sum of RGB (Red+Green+Blue) = 172+236+185=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECB9 is #531346. Grayscale: #D3D3D3. Windows color (decimal): -5444423 or 12184748. OLE color: 12184748.

HSL color Cylindrical-coordinate representation of color #ACECB9: hue angle of 132.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECB9 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 236 185 -
CMYK 0.27 0 0.22 0.07
HSL 132.19º 0.63% 0.8% -
HSV(B) 132.19º 0.27% 0.93% -
XYZ 55.77 72.26 56.91 -
YUV 211.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 172 236 185 0.27 0 0.22 0.07 132.19 0.63 0.8
Hex AC EC B9 1B 0 16 7 84 3F 50
Octal 254 354 271 33 0 26 7 204 77 120
Binary 10101100 11101100 10111001 11011 0 10110 111 10000100 111111 1010000

Color Harmonies of #ACECB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACECB9

Black with #ACECB9

Text Example


Text Example

White with #ACECB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACECB9; }

 p { color: rgb(172,236,185); }

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

background-color css

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

 a { background-color: rgb(172,236,185); }

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

border-color css

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

 span { border-color: rgb(172,236,185); }

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