Html Css Color HEX #ACEFBC Fringy Flower

📋 copy color: '#ACEFBC'

red 172 ◦ green 239 ◦ blue 188

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

Shades of Fringy Flower #ACEFBC

Tints of Fringy Flower #ACEFBC

RGB

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

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

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

R = 28.71%
G = 39.9%
B = 31.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#ACEFBC (or 0xACEFBC) is known color: Fringy Flower. HEX triplet: AC, EF and BC. RGB value is (172,239,188). Sum of RGB (Red+Green+Blue) = 172+239+188=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFBC is #531043. Grayscale: #D5D5D5. Windows color (decimal): -5443652 or 12382124. OLE color: 12382124.

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

Color convert

RGB 172 239 188 -
CMYK 0.28 0 0.21 0.06
HSL 134.33º 0.68% 0.81% -
HSV(B) 134.33º 0.28% 0.94% -
XYZ 56.96 74.13 58.88 -
YUV 213.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 172 239 188 0.28 0 0.21 0.06 134.33 0.68 0.81
Hex AC EF BC 1C 0 15 6 86 44 51
Octal 254 357 274 34 0 25 6 206 104 121
Binary 10101100 11101111 10111100 11100 0 10101 110 10000110 1000100 1010001

Color Harmonies of #ACEFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFBC

Black with #ACEFBC

Text Example


Text Example

White with #ACEFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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