Html Css Color HEX #ACEDBE Fringy Flower

📋 copy color: '#ACEDBE'

red 172 ◦ green 237 ◦ blue 190

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

Shades of Fringy Flower #ACEDBE

Tints of Fringy Flower #ACEDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.72%

R = 28.71%
G = 39.57%
B = 31.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ACEDBE (or 0xACEDBE) is known color: Fringy Flower. HEX triplet: AC, ED and BE. RGB value is (172,237,190). Sum of RGB (Red+Green+Blue) = 172+237+190=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDBE is #531241. Grayscale: #D4D4D4. Windows color (decimal): -5444162 or 12512684. OLE color: 12512684.

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

Color convert

RGB 172 237 190 -
CMYK 0.27 0 0.20 0.07
HSL 136.62º 0.64% 0.8% -
HSV(B) 136.62º 0.27% 0.93% -
XYZ 56.59 73.06 59.83 -
YUV 212.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 172 237 190 0.27 0 0.20 0.07 136.62 0.64 0.8
Hex AC ED BE 1B 0 14 7 89 40 50
Octal 254 355 276 33 0 24 7 211 100 120
Binary 10101100 11101101 10111110 11011 0 10100 111 10001001 1000000 1010000

Color Harmonies of #ACEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDBE

Black with #ACEDBE

Text Example


Text Example

White with #ACEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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