Html Css Color HEX #ACEEB9 Fringy Flower

📋 copy color: '#ACEEB9'

red 172 ◦ green 238 ◦ blue 185

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

Shades of Fringy Flower #ACEEB9

Tints of Fringy Flower #ACEEB9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40%

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

R = 28.91%
G = 40%
B = 31.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ACEEB9 (or 0xACEEB9) is known color: Fringy Flower. HEX triplet: AC, EE and B9. RGB value is (172,238,185). Sum of RGB (Red+Green+Blue) = 172+238+185=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEB9 is #531146. Grayscale: #D4D4D4. Windows color (decimal): -5443911 or 12185260. OLE color: 12185260.

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

Color convert

RGB 172 238 185 -
CMYK 0.28 0 0.22 0.07
HSL 131.82º 0.66% 0.8% -
HSV(B) 131.82º 0.28% 0.93% -
XYZ 56.34 73.42 57.1 -
YUV 212.22 112.63 99.31 -
System Red Green Blue C M Y K H S L
Decimal 172 238 185 0.28 0 0.22 0.07 131.82 0.66 0.8
Hex AC EE B9 1C 0 16 7 84 42 50
Octal 254 356 271 34 0 26 7 204 102 120
Binary 10101100 11101110 10111001 11100 0 10110 111 10000100 1000010 1010000

Color Harmonies of #ACEEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEB9

Black with #ACEEB9

Text Example


Text Example

White with #ACEEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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