Html Css Color HEX #ACEABF Fringy Flower

📋 copy color: '#ACEABF'

red 172 ◦ green 234 ◦ blue 191

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

Shades of Fringy Flower #ACEABF

Tints of Fringy Flower #ACEABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.99%

R = 28.81%
G = 39.2%
B = 31.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#ACEABF (or 0xACEABF) is known color: Fringy Flower. HEX triplet: AC, EA and BF. RGB value is (172,234,191). Sum of RGB (Red+Green+Blue) = 172+234+191=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEABF is #531540. Grayscale: #D2D2D2. Windows color (decimal): -5444929 or 12577452. OLE color: 12577452.

HSL color Cylindrical-coordinate representation of color #ACEABF: hue angle of 138.39º 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 #ACEABF is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 191 -
CMYK 0.26 0 0.18 0.08
HSL 138.39º 0.6% 0.8% -
HSV(B) 138.39º 0.26% 0.92% -
XYZ 55.84 71.38 60.12 -
YUV 210.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 172 234 191 0.26 0 0.18 0.08 138.39 0.6 0.8
Hex AC EA BF 1A 0 12 8 8A 3C 50
Octal 254 352 277 32 0 22 10 212 74 120
Binary 10101100 11101010 10111111 11010 0 10010 1000 10001010 111100 1010000

Color Harmonies of #ACEABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEABF

Black with #ACEABF

Text Example


Text Example

White with #ACEABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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