Html Css Color HEX #ACEFC2 Fringy Flower

📋 copy color: '#ACEFC2'

red 172 ◦ green 239 ◦ blue 194

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

Shades of Fringy Flower #ACEFC2

Tints of Fringy Flower #ACEFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.07%

R = 28.43%
G = 39.5%
B = 32.07%

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

#ACEFC2 (or 0xACEFC2) is known color: Fringy Flower. HEX triplet: AC, EF and C2. RGB value is (172,239,194). Sum of RGB (Red+Green+Blue) = 172+239+194=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFC2 is #53103D. Grayscale: #D5D5D5. Windows color (decimal): -5443646 or 12775340. OLE color: 12775340.

HSL color Cylindrical-coordinate representation of color #ACEFC2: hue angle of 139.7º 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 #ACEFC2 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 239 194 -
CMYK 0.28 0 0.19 0.06
HSL 139.7º 0.68% 0.81% -
HSV(B) 139.7º 0.28% 0.94% -
XYZ 57.62 74.4 62.36 -
YUV 213.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 172 239 194 0.28 0 0.19 0.06 139.7 0.68 0.81
Hex AC EF C2 1C 0 13 6 8C 44 51
Octal 254 357 302 34 0 23 6 214 104 121
Binary 10101100 11101111 11000010 11100 0 10011 110 10001100 1000100 1010001

Color Harmonies of #ACEFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFC2

Black with #ACEFC2

Text Example


Text Example

White with #ACEFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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