Html Css Color HEX #ACEBBA Fringy Flower

📋 copy color: '#ACEBBA'

red 172 ◦ green 235 ◦ blue 186

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

Shades of Fringy Flower #ACEBBA

Tints of Fringy Flower #ACEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.63%

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 29.01%
G = 39.63%
B = 31.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#ACEBBA (or 0xACEBBA) is known color: Fringy Flower. HEX triplet: AC, EB and BA. RGB value is (172,235,186). Sum of RGB (Red+Green+Blue) = 172+235+186=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBBA is #531445. Grayscale: #D2D2D2. Windows color (decimal): -5444678 or 12250028. OLE color: 12250028.

HSL color Cylindrical-coordinate representation of color #ACEBBA: hue angle of 133.33º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBBA is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 186 -
CMYK 0.27 0 0.21 0.08
HSL 133.33º 0.61% 0.8% -
HSV(B) 133.33º 0.27% 0.92% -
XYZ 55.58 71.73 57.37 -
YUV 210.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 172 235 186 0.27 0 0.21 0.08 133.33 0.61 0.8
Hex AC EB BA 1B 0 15 8 85 3D 50
Octal 254 353 272 33 0 25 10 205 75 120
Binary 10101100 11101011 10111010 11011 0 10101 1000 10000101 111101 1010000

Color Harmonies of #ACEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBBA

Black with #ACEBBA

Text Example


Text Example

White with #ACEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBBA; }

 p { color: rgb(172,235,186); }

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

background-color css

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

 a { background-color: rgb(172,235,186); }

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

border-color css

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

 span { border-color: rgb(172,235,186); }

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