Html Css Color HEX #ACEFC1 Fringy Flower

📋 copy color: '#ACEFC1'

red 172 ◦ green 239 ◦ blue 193

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

Shades of Fringy Flower #ACEFC1

Tints of Fringy Flower #ACEFC1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.57%

 BLUE value IS 193 (75.78% from 255) = 31.95%

R = 28.48%
G = 39.57%
B = 31.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#ACEFC1 (or 0xACEFC1) is known color: Fringy Flower. HEX triplet: AC, EF and C1. RGB value is (172,239,193). Sum of RGB (Red+Green+Blue) = 172+239+193=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFC1 is #53103E. Grayscale: #D5D5D5. Windows color (decimal): -5443647 or 12709804. OLE color: 12709804.

HSL color Cylindrical-coordinate representation of color #ACEFC1: hue angle of 138.81º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFC1 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 239 193 -
CMYK 0.28 0 0.19 0.06
HSL 138.81º 0.68% 0.81% -
HSV(B) 138.81º 0.28% 0.94% -
XYZ 57.51 74.35 61.77 -
YUV 213.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 172 239 193 0.28 0 0.19 0.06 138.81 0.68 0.81
Hex AC EF C1 1C 0 13 6 8B 44 51
Octal 254 357 301 34 0 23 6 213 104 121
Binary 10101100 11101111 11000001 11100 0 10011 110 10001011 1000100 1010001

Color Harmonies of #ACEFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFC1

Black with #ACEFC1

Text Example


Text Example

White with #ACEFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFC1; }

 p { color: rgb(172,239,193); }

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

background-color css

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

 a { background-color: rgb(172,239,193); }

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

border-color css

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

 span { border-color: rgb(172,239,193); }

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