Html Css Color HEX #ACEDB7 Fringy Flower

📋 copy color: '#ACEDB7'

red 172 ◦ green 237 ◦ blue 183

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

Shades of Fringy Flower #ACEDB7

Tints of Fringy Flower #ACEDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.91%

R = 29.05%
G = 40.03%
B = 30.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ACEDB7 (or 0xACEDB7) is known color: Fringy Flower. HEX triplet: AC, ED and B7. RGB value is (172,237,183). Sum of RGB (Red+Green+Blue) = 172+237+183=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDB7 is #531248. Grayscale: #D3D3D3. Windows color (decimal): -5444169 or 12053932. OLE color: 12053932.

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

Color convert

RGB 172 237 183 -
CMYK 0.27 0 0.23 0.07
HSL 130.15º 0.64% 0.8% -
HSV(B) 130.15º 0.27% 0.93% -
XYZ 55.84 72.76 55.9 -
YUV 211.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 172 237 183 0.27 0 0.23 0.07 130.15 0.64 0.8
Hex AC ED B7 1B 0 17 7 82 40 50
Octal 254 355 267 33 0 27 7 202 100 120
Binary 10101100 11101101 10110111 11011 0 10111 111 10000010 1000000 1010000

Color Harmonies of #ACEDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDB7

Black with #ACEDB7

Text Example


Text Example

White with #ACEDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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