Html Css Color HEX #ACECBA Fringy Flower

📋 copy color: '#ACECBA'

red 172 ◦ green 236 ◦ blue 186

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

Shades of Fringy Flower #ACECBA

Tints of Fringy Flower #ACECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.73%

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

R = 28.96%
G = 39.73%
B = 31.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ACECBA (or 0xACECBA) is known color: Fringy Flower. HEX triplet: AC, EC and BA. RGB value is (172,236,186). Sum of RGB (Red+Green+Blue) = 172+236+186=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECBA is #531345. Grayscale: #D3D3D3. Windows color (decimal): -5444422 or 12250284. OLE color: 12250284.

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

Color convert

RGB 172 236 186 -
CMYK 0.27 0 0.21 0.07
HSL 133.13º 0.63% 0.8% -
HSV(B) 133.13º 0.27% 0.93% -
XYZ 55.87 72.31 57.47 -
YUV 211.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 172 236 186 0.27 0 0.21 0.07 133.13 0.63 0.8
Hex AC EC BA 1B 0 15 7 85 3F 50
Octal 254 354 272 33 0 25 7 205 77 120
Binary 10101100 11101100 10111010 11011 0 10101 111 10000101 111111 1010000

Color Harmonies of #ACECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACECBA

Black with #ACECBA

Text Example


Text Example

White with #ACECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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