Html Css Color HEX #ACFABA Fringy Flower

📋 copy color: '#ACFABA'

red 172 ◦ green 250 ◦ blue 186

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

Shades of Fringy Flower #ACFABA

Tints of Fringy Flower #ACFABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.59%

R = 28.29%
G = 41.12%
B = 30.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#ACFABA (or 0xACFABA) is known color: Fringy Flower. HEX triplet: AC, FA and BA. RGB value is (172,250,186). Sum of RGB (Red+Green+Blue) = 172+250+186=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFABA is #530545. Grayscale: #DBDBDB. Windows color (decimal): -5440838 or 12253868. OLE color: 12253868.

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

Color convert

RGB 172 250 186 -
CMYK 0.31 0 0.26 0.02
HSL 130.77º 0.89% 0.83% -
HSV(B) 130.77º 0.31% 0.98% -
XYZ 60.06 80.69 58.86 -
YUV 219.38 109.16 94.2 -
System Red Green Blue C M Y K H S L
Decimal 172 250 186 0.31 0 0.26 0.02 130.77 0.89 0.83
Hex AC FA BA 1F 0 1A 2 83 59 53
Octal 254 372 272 37 0 32 2 203 131 123
Binary 10101100 11111010 10111010 11111 0 11010 10 10000011 1011001 1010011

Color Harmonies of #ACFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFABA

Black with #ACFABA

Text Example


Text Example

White with #ACFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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