Html Css Color HEX #ACEABC Fringy Flower

📋 copy color: '#ACEABC'

red 172 ◦ green 234 ◦ blue 188

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

Shades of Fringy Flower #ACEABC

Tints of Fringy Flower #ACEABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.39%

 BLUE value IS 188 (73.83% from 255) = 31.65%

R = 28.96%
G = 39.39%
B = 31.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#ACEABC (or 0xACEABC) is known color: Fringy Flower. HEX triplet: AC, EA and BC. RGB value is (172,234,188). Sum of RGB (Red+Green+Blue) = 172+234+188=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEABC is #531543. Grayscale: #D2D2D2. Windows color (decimal): -5444932 or 12380844. OLE color: 12380844.

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

Color convert

RGB 172 234 188 -
CMYK 0.26 0 0.20 0.08
HSL 135.48º 0.6% 0.8% -
HSV(B) 135.48º 0.26% 0.92% -
XYZ 55.51 71.25 58.4 -
YUV 210.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 172 234 188 0.26 0 0.20 0.08 135.48 0.6 0.8
Hex AC EA BC 1A 0 14 8 87 3C 50
Octal 254 352 274 32 0 24 10 207 74 120
Binary 10101100 11101010 10111100 11010 0 10100 1000 10000111 111100 1010000

Color Harmonies of #ACEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEABC

Black with #ACEABC

Text Example


Text Example

White with #ACEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEABC; }

 p { color: rgb(172,234,188); }

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

background-color css

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

 a { background-color: rgb(172,234,188); }

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

border-color css

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

 span { border-color: rgb(172,234,188); }

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