Html Css Color HEX #ACFCC1 Fringy Flower

📋 copy color: '#ACFCC1'

red 172 ◦ green 252 ◦ blue 193

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

Shades of Fringy Flower #ACFCC1

Tints of Fringy Flower #ACFCC1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.84%

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

R = 27.88%
G = 40.84%
B = 31.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#ACFCC1 (or 0xACFCC1) is known color: Fringy Flower. HEX triplet: AC, FC and C1. RGB value is (172,252,193). Sum of RGB (Red+Green+Blue) = 172+252+193=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCC1 is #53033E. Grayscale: #DDDDDD. Windows color (decimal): -5440319 or 12713132. OLE color: 12713132.

HSL color Cylindrical-coordinate representation of color #ACFCC1: hue angle of 135.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCC1 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 193 -
CMYK 0.32 0 0.23 0.01
HSL 135.75º 0.93% 0.83% -
HSV(B) 135.75º 0.32% 0.99% -
XYZ 61.45 82.24 63.09 -
YUV 221.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 172 252 193 0.32 0 0.23 0.01 135.75 0.93 0.83
Hex AC FC C1 20 0 17 1 88 5D 53
Octal 254 374 301 40 0 27 1 210 135 123
Binary 10101100 11111100 11000001 100000 0 10111 1 10001000 1011101 1010011

Color Harmonies of #ACFCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCC1

Black with #ACFCC1

Text Example


Text Example

White with #ACFCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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