Html Css Color HEX #ACEDB8 Fringy Flower

📋 copy color: '#ACEDB8'

red 172 ◦ green 237 ◦ blue 184

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

Shades of Fringy Flower #ACEDB8

Tints of Fringy Flower #ACEDB8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.97%

 BLUE value IS 184 (72.27% from 255) = 31.03%

R = 29.01%
G = 39.97%
B = 31.03%

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

#ACEDB8 (or 0xACEDB8) is known color: Fringy Flower. HEX triplet: AC, ED and B8. RGB value is (172,237,184). Sum of RGB (Red+Green+Blue) = 172+237+184=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDB8 is #531247. Grayscale: #D3D3D3. Windows color (decimal): -5444168 or 12119468. OLE color: 12119468.

HSL color Cylindrical-coordinate representation of color #ACEDB8: hue angle of 131.08º degrees, saturation: 0.64, 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 #ACEDB8 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 237 184 -
CMYK 0.27 0 0.22 0.07
HSL 131.08º 0.64% 0.8% -
HSV(B) 131.08º 0.27% 0.93% -
XYZ 55.95 72.8 56.45 -
YUV 211.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 172 237 184 0.27 0 0.22 0.07 131.08 0.64 0.8
Hex AC ED B8 1B 0 16 7 83 40 50
Octal 254 355 270 33 0 26 7 203 100 120
Binary 10101100 11101101 10111000 11011 0 10110 111 10000011 1000000 1010000

Color Harmonies of #ACEDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDB8

Black with #ACEDB8

Text Example


Text Example

White with #ACEDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDB8; }

 p { color: rgb(172,237,184); }

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

background-color css

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

 a { background-color: rgb(172,237,184); }

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

border-color css

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

 span { border-color: rgb(172,237,184); }

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