Html Css Color HEX #ACFCBB Fringy Flower

📋 copy color: '#ACFCBB'

red 172 ◦ green 252 ◦ blue 187

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

Shades of Fringy Flower #ACFCBB

Tints of Fringy Flower #ACFCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.61%

R = 28.15%
G = 41.24%
B = 30.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#ACFCBB (or 0xACFCBB) is known color: Fringy Flower. HEX triplet: AC, FC and BB. RGB value is (172,252,187). Sum of RGB (Red+Green+Blue) = 172+252+187=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCBB is #530344. Grayscale: #DCDCDC. Windows color (decimal): -5440325 or 12319916. OLE color: 12319916.

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

Color convert

RGB 172 252 187 -
CMYK 0.32 0 0.26 0.01
HSL 131.25º 0.93% 0.83% -
HSV(B) 131.25º 0.32% 0.99% -
XYZ 60.79 81.98 59.63 -
YUV 220.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 172 252 187 0.32 0 0.26 0.01 131.25 0.93 0.83
Hex AC FC BB 20 0 1A 1 83 5D 53
Octal 254 374 273 40 0 32 1 203 135 123
Binary 10101100 11111100 10111011 100000 0 11010 1 10000011 1011101 1010011

Color Harmonies of #ACFCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCBB

Black with #ACFCBB

Text Example


Text Example

White with #ACFCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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