Html Css Color HEX #ACFBBC Fringy Flower

📋 copy color: '#ACFBBC'

red 172 ◦ green 251 ◦ blue 188

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

Shades of Fringy Flower #ACFBBC

Tints of Fringy Flower #ACFBBC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.08%

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

R = 28.15%
G = 41.08%
B = 30.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#ACFBBC (or 0xACFBBC) is known color: Fringy Flower. HEX triplet: AC, FB and BC. RGB value is (172,251,188). Sum of RGB (Red+Green+Blue) = 172+251+188=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBBC is #530443. Grayscale: #DCDCDC. Windows color (decimal): -5440580 or 12385196. OLE color: 12385196.

HSL color Cylindrical-coordinate representation of color #ACFBBC: hue angle of 132.15º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBBC is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 251 188 -
CMYK 0.31 0 0.25 0.02
HSL 132.15º 0.91% 0.83% -
HSV(B) 132.15º 0.31% 0.98% -
XYZ 60.59 81.4 60.09 -
YUV 220.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 172 251 188 0.31 0 0.25 0.02 132.15 0.91 0.83
Hex AC FB BC 1F 0 19 2 84 5B 53
Octal 254 373 274 37 0 31 2 204 133 123
Binary 10101100 11111011 10111100 11111 0 11001 10 10000100 1011011 1010011

Color Harmonies of #ACFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBBC

Black with #ACFBBC

Text Example


Text Example

White with #ACFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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