Html Css Color HEX #ACFABC Fringy Flower

📋 copy color: '#ACFABC'

red 172 ◦ green 250 ◦ blue 188

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

Shades of Fringy Flower #ACFABC

Tints of Fringy Flower #ACFABC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.98%

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

R = 28.2%
G = 40.98%
B = 30.82%

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

#ACFABC (or 0xACFABC) is known color: Fringy Flower. HEX triplet: AC, FA and BC. RGB value is (172,250,188). Sum of RGB (Red+Green+Blue) = 172+250+188=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFABC is #530543. Grayscale: #DBDBDB. Windows color (decimal): -5440836 or 12384940. OLE color: 12384940.

HSL color Cylindrical-coordinate representation of color #ACFABC: hue angle of 132.31º degrees, saturation: 0.89, 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 #ACFABC is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 188 -
CMYK 0.31 0 0.25 0.02
HSL 132.31º 0.89% 0.83% -
HSV(B) 132.31º 0.31% 0.98% -
XYZ 60.28 80.77 59.99 -
YUV 219.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 172 250 188 0.31 0 0.25 0.02 132.31 0.89 0.83
Hex AC FA BC 1F 0 19 2 84 59 53
Octal 254 372 274 37 0 31 2 204 131 123
Binary 10101100 11111010 10111100 11111 0 11001 10 10000100 1011001 1010011

Color Harmonies of #ACFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFABC

Black with #ACFABC

Text Example


Text Example

White with #ACFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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