Html Css Color HEX #ACEDB6 Fringy Flower

📋 copy color: '#ACEDB6'

red 172 ◦ green 237 ◦ blue 182

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

Shades of Fringy Flower #ACEDB6

Tints of Fringy Flower #ACEDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.8%

R = 29.1%
G = 40.1%
B = 30.8%

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

#ACEDB6 (or 0xACEDB6) is known color: Fringy Flower. HEX triplet: AC, ED and B6. RGB value is (172,237,182). Sum of RGB (Red+Green+Blue) = 172+237+182=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDB6 is #531249. Grayscale: #D3D3D3. Windows color (decimal): -5444170 or 11988396. OLE color: 11988396.

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

Color convert

RGB 172 237 182 -
CMYK 0.27 0 0.23 0.07
HSL 129.23º 0.64% 0.8% -
HSV(B) 129.23º 0.27% 0.93% -
XYZ 55.74 72.72 55.35 -
YUV 211.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 172 237 182 0.27 0 0.23 0.07 129.23 0.64 0.8
Hex AC ED B6 1B 0 17 7 81 40 50
Octal 254 355 266 33 0 27 7 201 100 120
Binary 10101100 11101101 10110110 11011 0 10111 111 10000001 1000000 1010000

Color Harmonies of #ACEDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDB6

Black with #ACEDB6

Text Example


Text Example

White with #ACEDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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