Html Css Color HEX #ACEEBE Fringy Flower

📋 copy color: '#ACEEBE'

red 172 ◦ green 238 ◦ blue 190

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

Shades of Fringy Flower #ACEEBE

Tints of Fringy Flower #ACEEBE

RGB

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

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

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

R = 28.67%
G = 39.67%
B = 31.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ACEEBE (or 0xACEEBE) is known color: Fringy Flower. HEX triplet: AC, EE and BE. RGB value is (172,238,190). Sum of RGB (Red+Green+Blue) = 172+238+190=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEBE is #531141. Grayscale: #D4D4D4. Windows color (decimal): -5443906 or 12512940. OLE color: 12512940.

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

Color convert

RGB 172 238 190 -
CMYK 0.28 0 0.20 0.07
HSL 136.36º 0.66% 0.8% -
HSV(B) 136.36º 0.28% 0.93% -
XYZ 56.88 73.64 59.93 -
YUV 212.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 172 238 190 0.28 0 0.20 0.07 136.36 0.66 0.8
Hex AC EE BE 1C 0 14 7 88 42 50
Octal 254 356 276 34 0 24 7 210 102 120
Binary 10101100 11101110 10111110 11100 0 10100 111 10001000 1000010 1010000

Color Harmonies of #ACEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEBE

Black with #ACEEBE

Text Example


Text Example

White with #ACEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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